diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index bd89c2402b..7b2aa374f4 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -503,9 +503,6 @@ $cache = new cache; $cache->delete("dialplan:".$_SESSION["context"]); - //synchronize the xml config - save_dialplan_xml(); - //set the message if ($action == "add") { message::add($text['message-add']);