Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
a9e2a6a023
commit
f06e07a309
|
|
@ -185,9 +185,6 @@
|
||||||
$database->save($array);
|
$database->save($array);
|
||||||
unset($array);
|
unset($array);
|
||||||
|
|
||||||
//synchronize the xml config
|
|
||||||
save_dialplan_xml();
|
|
||||||
|
|
||||||
//clear the cache
|
//clear the cache
|
||||||
$cache = new cache;
|
$cache = new cache;
|
||||||
$cache->delete("dialplan:".$_SESSION["context"]);
|
$cache->delete("dialplan:".$_SESSION["context"]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue