Fix. Delete some keys from memcache

This commit is contained in:
Alexey Melnichuk
2015-08-24 10:34:33 +04:00
parent c7c173f674
commit c19cd89bc5
5 changed files with 13 additions and 8 deletions

View File

@@ -337,7 +337,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//clear the cache
$cache = new cache;
$cache->delete("memcache delete dialplan:".$call_flow_context);
$cache->delete("dialplan:".$call_flow_context);
//set the message
if ($action == "add") {