Remove save_dialplan_xml function.
This commit is contained in:
parent
c8b45c9eb5
commit
35d8e048cb
|
|
@ -269,9 +269,6 @@
|
||||||
$cache = new cache;
|
$cache = new cache;
|
||||||
$cache->delete("dialplan:".$dialplan_context);
|
$cache->delete("dialplan:".$dialplan_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