Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
6310f5fdb7
commit
756956ad50
|
|
@ -375,9 +375,6 @@ if (!class_exists('conference_centers')) {
|
|||
$cache = new cache;
|
||||
$cache->delete("dialplan:".$_SESSION["context"]);
|
||||
|
||||
//syncrhonize configuration
|
||||
save_dialplan_xml();
|
||||
|
||||
//apply settings reminder
|
||||
$_SESSION["reload_xml"] = true;
|
||||
|
||||
|
|
@ -602,9 +599,6 @@ if (!class_exists('conference_centers')) {
|
|||
//revoke temporary permissions
|
||||
$p->delete("dialplan_edit", "temp");
|
||||
|
||||
//syncrhonize configuration
|
||||
save_dialplan_xml();
|
||||
|
||||
//apply settings reminder
|
||||
$_SESSION["reload_xml"] = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue