diff --git a/app/ring_groups/resources/classes/ring_groups.php b/app/ring_groups/resources/classes/ring_groups.php index 35b60c7589..3e4d8405eb 100644 --- a/app/ring_groups/resources/classes/ring_groups.php +++ b/app/ring_groups/resources/classes/ring_groups.php @@ -154,9 +154,6 @@ if (!class_exists('ring_groups')) { $p->delete('dialplan_delete', 'temp'); $p->delete('dialplan_detail_delete', 'temp'); - //save the xml - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -240,9 +237,6 @@ if (!class_exists('ring_groups')) { $database->delete($array); unset($array); - //save the xml - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -329,9 +323,6 @@ if (!class_exists('ring_groups')) { //revoke temporary permissions $p->delete('dialplan_edit', 'temp'); - //save the xml - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -498,9 +489,6 @@ if (!class_exists('ring_groups')) { $p->delete('ring_group_destination_add', 'temp'); $p->delete("dialplan_add", "temp"); - //save the xml - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -526,4 +514,4 @@ if (!class_exists('ring_groups')) { } } -?> \ No newline at end of file +?>