From b4f9e3ffaf31dbfc94710d689064f8e12fcdf327 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Aug 2020 00:30:50 -0600 Subject: [PATCH] Update domain_edit.php --- core/domains/domain_edit.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/domains/domain_edit.php b/core/domains/domain_edit.php index 4a7d514cc3..5f4e7e3757 100644 --- a/core/domains/domain_edit.php +++ b/core/domains/domain_edit.php @@ -477,9 +477,6 @@ $_SESSION['domains'][$domain_uuid]['domain_name'] = $domain_name; //recreate dialplan and extension xml files - if (is_readable($_SESSION['switch']['dialplan']['dir'])) { - save_dialplan_xml(); - } if (is_readable($_SESSION['switch']['extensions']['dir'])) { require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/extensions/resources/classes/extension.php"; $extension = new extension;