From 32aa85629193dbff55628abd6d9f4134aedc5f29 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:29:47 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/time_conditions/resources/classes/time_conditions.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/time_conditions/resources/classes/time_conditions.php b/app/time_conditions/resources/classes/time_conditions.php index b4fe130201..4beba427df 100644 --- a/app/time_conditions/resources/classes/time_conditions.php +++ b/app/time_conditions/resources/classes/time_conditions.php @@ -201,9 +201,6 @@ //revoke temporary permissions $p->delete('dialplan_edit', 'temp'); - //synchronize the xml config - save_dialplan_xml(); - //clear the cache if (is_array($dialplan_contexts) && @sizeof($dialplan_contexts) != 0) { $dialplan_contexts = array_unique($dialplan_contexts, SORT_STRING); @@ -316,9 +313,6 @@ //revoke temporary permissions $p->delete('dialplan_detail_add', 'temp'); - //synchronize the xml config - save_dialplan_xml(); - //clear the cache if (is_array($dialplan_contexts) && @sizeof($dialplan_contexts) != 0) { $dialplan_contexts = array_unique($dialplan_contexts, SORT_STRING);