mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Remove the deprecated save_dialplan_xml function.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user