Update domain_edit.php
This commit is contained in:
parent
c3b815fc2d
commit
df8d0d3ebb
|
|
@ -153,7 +153,7 @@
|
||||||
// add dialplans to the domain
|
// add dialplans to the domain
|
||||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/dialplans/app_config.php")) {
|
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/dialplans/app_config.php")) {
|
||||||
$dialplan = new dialplan;
|
$dialplan = new dialplan;
|
||||||
$dialplan->import($array);
|
$dialplan->import($array['domains']);
|
||||||
unset($array);
|
unset($array);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue