Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX
2020-08-14 00:40:23 -06:00
committed by GitHub
parent a9e2a6a023
commit f06e07a309
-3
View File
@@ -185,9 +185,6 @@
$database->save($array); $database->save($array);
unset($array); unset($array);
//synchronize the xml config
save_dialplan_xml();
//clear the cache //clear the cache
$cache = new cache; $cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]); $cache->delete("dialplan:".$_SESSION["context"]);