Remove the deprecated save_dialplan_xml function.

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

View File

@ -154,9 +154,6 @@
$p->delete("dialplan_add", "temp");
$p->delete("dialplan_edit", "temp");
//synchronize the xml config
save_dialplan_xml();
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
@ -167,6 +164,5 @@
//redirect the user
header("Location: ivr_menus.php");
exit;
?>