Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX
2020-08-14 00:36:34 -06:00
committed by GitHub
parent 6310f5fdb7
commit 756956ad50

View File

@@ -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;