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

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);