Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX
2020-08-14 00:21:12 -06:00
committed by GitHub
parent 2cc649dd2f
commit fc0ec80fbd

View File

@@ -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')) {
}
}
?>
?>