Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:34:01 -06:00 committed by GitHub
parent 9ccd98bf2a
commit 6310f5fdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -687,9 +687,6 @@
$dialplans->uuid = $dialplan_uuid;
$dialplans->xml();
//synchronize the xml config
save_dialplan_xml();
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$destination_context);