From e15c4d3ac33765ca6b849d0606ef1a2d5862b0e8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:25:03 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/time_conditions/resources/classes/time_conditions.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/time_conditions/resources/classes/time_conditions.php b/app/time_conditions/resources/classes/time_conditions.php index bbd441fa0d..b4fe130201 100644 --- a/app/time_conditions/resources/classes/time_conditions.php +++ b/app/time_conditions/resources/classes/time_conditions.php @@ -114,9 +114,6 @@ $p->delete('dialplan_delete', 'temp'); $p->delete('dialplan_detail_delete', '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); @@ -345,4 +342,4 @@ } //class } -?> \ No newline at end of file +?>