diff --git a/app/phrases/phrase_edit.php b/app/phrases/phrase_edit.php index fa1441c5f6..694b467a9b 100644 --- a/app/phrases/phrase_edit.php +++ b/app/phrases/phrase_edit.php @@ -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"; -?> \ No newline at end of file +?>