Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:25:56 -06:00 committed by GitHub
parent e15c4d3ac3
commit 691ec06554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions

View File

@ -136,9 +136,6 @@ if (!class_exists('conferences')) {
$p->delete('dialplan_detail_delete', 'temp');
$p->delete('dialplan_delete', 'temp');
//syncrhonize configuration
save_dialplan_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
@ -225,9 +222,6 @@ if (!class_exists('conferences')) {
//revoke temporary permissions
$p->delete('dialplan_edit', 'temp');
//syncrhonize configuration
save_dialplan_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
@ -363,9 +357,6 @@ if (!class_exists('conferences')) {
$p->delete('conference_user_add', 'temp');
$p->delete('dialplan_add', 'temp');
//syncrhonize configuration
save_dialplan_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
@ -386,4 +377,4 @@ if (!class_exists('conferences')) {
}
}
?>
?>