From 35d8e048cb681bdbbe4b848552cd42c5e42f3a37 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:09:09 -0600 Subject: [PATCH] Remove save_dialplan_xml function. --- app/dialplans/dialplan_edit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index f9075d6d97..3fc41d263a 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -269,9 +269,6 @@ $cache = new cache; $cache->delete("dialplan:".$dialplan_context); - //synchronize the xml config - save_dialplan_xml(); - //set the message if ($action == "add") { message::add($text['message-add']); @@ -1003,4 +1000,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>