From 1da210762c43295cc38c4ab20b04f5abdf91e7c8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:24:16 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/call_flows/resources/classes/call_flows.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/call_flows/resources/classes/call_flows.php b/app/call_flows/resources/classes/call_flows.php index ee92278e09..2bb4d87647 100644 --- a/app/call_flows/resources/classes/call_flows.php +++ b/app/call_flows/resources/classes/call_flows.php @@ -146,9 +146,6 @@ if (!class_exists('call_flows')) { $p->delete('dialplan_delete', 'temp'); $p->delete('dialplan_detail_delete', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -241,9 +238,6 @@ if (!class_exists('call_flows')) { //revoke temporary permissions $p->delete('dialplan_edit', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -361,9 +355,6 @@ if (!class_exists('call_flows')) { //revoke temporary permissions $p->delete('dialplan_add', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true;