Remove save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:09:09 -06:00 committed by GitHub
parent c8b45c9eb5
commit 35d8e048cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -269,9 +269,6 @@
$cache = new cache;
$cache->delete("dialplan:".$dialplan_context);
//synchronize the xml config
save_dialplan_xml();
//set the message
if ($action == "add") {
message::add($text['message-add']);
@ -1003,4 +1000,4 @@
//show the footer
require_once "resources/footer.php";
?>
?>