mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove the deprecated save_dialplan_xml function.
This commit is contained in:
@@ -114,9 +114,6 @@
|
|||||||
$p->delete('dialplan_delete', 'temp');
|
$p->delete('dialplan_delete', 'temp');
|
||||||
$p->delete('dialplan_detail_delete', 'temp');
|
$p->delete('dialplan_detail_delete', 'temp');
|
||||||
|
|
||||||
//synchronize the xml config
|
|
||||||
save_dialplan_xml();
|
|
||||||
|
|
||||||
//clear the cache
|
//clear the cache
|
||||||
if (is_array($dialplan_contexts) && @sizeof($dialplan_contexts) != 0) {
|
if (is_array($dialplan_contexts) && @sizeof($dialplan_contexts) != 0) {
|
||||||
$dialplan_contexts = array_unique($dialplan_contexts, SORT_STRING);
|
$dialplan_contexts = array_unique($dialplan_contexts, SORT_STRING);
|
||||||
@@ -345,4 +342,4 @@
|
|||||||
} //class
|
} //class
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user