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