From b09ad0f257c070dfa955e5729505fd6d6c2396b3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:38:17 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/fifo/fifo_add.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/fifo/fifo_add.php b/app/fifo/fifo_add.php index 4f935ffeef..d713a8750b 100644 --- a/app/fifo/fifo_add.php +++ b/app/fifo/fifo_add.php @@ -272,9 +272,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { } } - //synchronize the xml config - save_dialplan_xml(); - //clear the cache $cache = new cache; $cache->delete("dialplan:".$_SESSION["context"]); @@ -430,4 +427,4 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>