From 9ccd98bf2a45e42317966c87ae31dffdc9ad0bc2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:33:21 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/dialplan_outbound/dialplan_outbound_add.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/dialplan_outbound/dialplan_outbound_add.php b/app/dialplan_outbound/dialplan_outbound_add.php index cf0fe4867c..58d0864f91 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -703,9 +703,6 @@ $cache = new cache; $cache->delete("dialplan:".$dialplan_context); - //synchronize the xml config - save_dialplan_xml(); - //redirect the browser message::add($text['message-update']); header("Location: ".PROJECT_PATH."/app/dialplans/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3");