Update phrase_edit.php (#5181)

This commit is contained in:
agree 2020-03-12 12:41:10 -04:00 committed by GitHub
parent d34fcaf17e
commit 62a4b3ac27
1 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@
//clear the cache
$cache = new cache;
$cache->delete("languages:".$phrase_language);
$cache->delete("languages:".$phrase_language.".".$phrase_uuid);
//send a redirect
message::add($text['message-add']);
@ -234,7 +234,7 @@
//clear the cache
$cache = new cache;
$cache->delete("languages:".$phrase_language);
$cache->delete("languages:".$phrase_language.".".$phrase_uuid);
//send a redirect
message::add($text['message-update']);
@ -616,4 +616,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>