Remove the deprecated save_dialplan_xml function.
This commit is contained in:
parent
a9e2a6a023
commit
f06e07a309
|
|
@ -184,9 +184,6 @@
|
||||||
$database->app_uuid = '742714e5-8cdf-32fd-462c-cbe7e3d655db';
|
$database->app_uuid = '742714e5-8cdf-32fd-462c-cbe7e3d655db';
|
||||||
$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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue