mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Fix. Delete some keys from memcache
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user