From fc0ec80fbd5b563d75d09d7542c41d9313b894cf Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:21:12 -0600 Subject: [PATCH] Remove the deprecated save_dialplan_xml function. --- app/ring_groups/resources/classes/ring_groups.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 +?>