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

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";
?>
?>