Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:24:16 -06:00 committed by GitHub
parent d96ec878bc
commit 1da210762c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -146,9 +146,6 @@ if (!class_exists('call_flows')) {
$p->delete('dialplan_delete', 'temp');
$p->delete('dialplan_detail_delete', 'temp');
//syncrhonize configuration
save_dialplan_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
@ -241,9 +238,6 @@ if (!class_exists('call_flows')) {
//revoke temporary permissions
$p->delete('dialplan_edit', 'temp');
//syncrhonize configuration
save_dialplan_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
@ -361,9 +355,6 @@ if (!class_exists('call_flows')) {
//revoke temporary permissions
$p->delete('dialplan_add', 'temp');
//syncrhonize configuration
save_dialplan_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;