Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:15:47 -06:00 committed by GitHub
parent 3161cd638b
commit ae9da80ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 22 deletions

View File

@ -181,8 +181,6 @@
} }
unset($result, $row); unset($result, $row);
save_dialplan_xml();
//apply settings //apply settings
$_SESSION["reload_xml"] = true; $_SESSION["reload_xml"] = true;
} }