Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
691ec06554
commit
32aa856291
|
|
@ -201,9 +201,6 @@
|
||||||
//revoke temporary permissions
|
//revoke temporary permissions
|
||||||
$p->delete('dialplan_edit', 'temp');
|
$p->delete('dialplan_edit', '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);
|
||||||
|
|
@ -316,9 +313,6 @@
|
||||||
//revoke temporary permissions
|
//revoke temporary permissions
|
||||||
$p->delete('dialplan_detail_add', 'temp');
|
$p->delete('dialplan_detail_add', '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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue