Phrases: Remove phrase from memcache if phrase detail deleted (no, really).

This commit is contained in:
Nate Jones
2015-04-28 19:28:16 +00:00
parent 3a77c5dfe2
commit 65d8359590
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ else {
//get values
$phrase_detail_uuid = check_str($_GET["pdid"]);
$phrase_uuid = check_str($_GET["pid"]);
$phrase_language = check_str($_GET["lang"]);
//delete the detail entry
if ($phrase_detail_uuid != '' && $phrase_uuid != '') {