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 +?>