Remove the deprecated save_dialplan_xml function.

This commit is contained in:
FusionPBX 2020-08-14 00:41:31 -06:00 committed by GitHub
parent ffcbcf289c
commit 95dd1cee01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -629,9 +629,6 @@ if (!class_exists('destinations')) {
$p->delete('dialplan_delete', 'temp');
$p->delete('dialplan_detail_delete', 'temp');
//synchronize the xml config
save_dialplan_xml();
//clear the cache
if (is_array($destination_contexts) && @sizeof($destination_contexts) != 0) {
$destination_contexts = array_unique($destination_contexts);