From 691ec06554f5d97219ad81f886d99fb42db25f9d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:25:56 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/conferences/resources/classes/conferences.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app/conferences/resources/classes/conferences.php b/app/conferences/resources/classes/conferences.php index 4a592f45c0..d2e68865bb 100644 --- a/app/conferences/resources/classes/conferences.php +++ b/app/conferences/resources/classes/conferences.php @@ -136,9 +136,6 @@ if (!class_exists('conferences')) { $p->delete('dialplan_detail_delete', 'temp'); $p->delete('dialplan_delete', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -225,9 +222,6 @@ if (!class_exists('conferences')) { //revoke temporary permissions $p->delete('dialplan_edit', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -363,9 +357,6 @@ if (!class_exists('conferences')) { $p->delete('conference_user_add', 'temp'); $p->delete('dialplan_add', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -386,4 +377,4 @@ if (!class_exists('conferences')) { } } -?> \ No newline at end of file +?>