Update domain_edit.php

This commit is contained in:
FusionPBX 2019-10-22 22:19:28 -06:00 committed by GitHub
parent 31cd732191
commit b2b350e3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
$database->app_name = 'domains';
$database->app_uuid = '8b91605b-f6d2-42e6-a56d-5d1ded01bb44';
$database->save($array);
//add dialplans to the domain
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/dialplans/app_config.php")) {
$dialplan = new dialplan;
@ -153,7 +153,7 @@
// add dialplans to the domain
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/dialplans/app_config.php")) {
$dialplan = new dialplan;
$dialplan->import($array);
$dialplan->import($array['domains']);
unset($array);
}