Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:39:33 -06:00 committed by GitHub
parent 6e86691f8d
commit a9e2a6a023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -426,9 +426,6 @@
$cache = new cache;
$cache->delete("dialplan:public");
//synchronize the xml config
save_dialplan_xml();
//redirect message
message::add($text['confirm-update-complete']);
header("Location: ".PROJECT_PATH."/app/dialplans/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4");