Phrases: Remove phrase from memcache if phrase detail deleted (no, really).
This commit is contained in:
@@ -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 != '') {
|
||||
|
||||
Reference in New Issue
Block a user