From 6310f5fdb7aab6c93f76aba738c2ff4bc734c293 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:34:01 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/destinations/destination_edit.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index d0a2947f1d..ac56ca8684 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -687,9 +687,6 @@ $dialplans->uuid = $dialplan_uuid; $dialplans->xml(); - //synchronize the xml config - save_dialplan_xml(); - //clear the cache $cache = new cache; $cache->delete("dialplan:".$destination_context);