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

@@ -86,7 +86,7 @@ if (strlen($id) > 0) {
//clear the cache
$cache = new cache;
$cache->delete("memcache delete dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["context"]);
//synchronize configuration
save_dialplan_xml();