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

@@ -329,7 +329,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//clear the cache
$cache = new cache;
$cache->delete("memcache delete dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["context"]);
//set the update message
$_SESSION["message"] = $text['message-update'];