소스 검색

Update domain_edit.php

FusionPBX 5 년 전
부모
커밋
a2c9e13228
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      core/domains/domain_edit.php

+ 0 - 3
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;