From 95dd1cee013c46a83bb8b49836b31bb1b0f0943e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:41:31 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/destinations/resources/classes/destinations.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index a17f22cb64..78687f5ef7 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -629,9 +629,6 @@ if (!class_exists('destinations')) { $p->delete('dialplan_delete', 'temp'); $p->delete('dialplan_detail_delete', 'temp'); - //synchronize the xml config - save_dialplan_xml(); - //clear the cache if (is_array($destination_contexts) && @sizeof($destination_contexts) != 0) { $destination_contexts = array_unique($destination_contexts);