Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
3e0851df3f
commit
3c0fcdc8f9
|
|
@ -503,9 +503,6 @@
|
||||||
$cache = new cache;
|
$cache = new cache;
|
||||||
$cache->delete("dialplan:".$_SESSION["context"]);
|
$cache->delete("dialplan:".$_SESSION["context"]);
|
||||||
|
|
||||||
//synchronize the xml config
|
|
||||||
save_dialplan_xml();
|
|
||||||
|
|
||||||
//set the message
|
//set the message
|
||||||
if ($action == "add") {
|
if ($action == "add") {
|
||||||
message::add($text['message-add']);
|
message::add($text['message-add']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue