Update dialplan.php
This commit is contained in:
parent
0fac90e387
commit
b15e692e6f
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
Copyright (C) 2010-2016
|
Copyright (C) 2010-2019
|
||||||
All Rights Reserved.
|
All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
|
|
@ -400,6 +400,9 @@ include "root.php";
|
||||||
if (strlen($row2['@attributes']['inline']) > 0) {
|
if (strlen($row2['@attributes']['inline']) > 0) {
|
||||||
$this->dialplan_detail_inline = $row2['@attributes']['inline'];
|
$this->dialplan_detail_inline = $row2['@attributes']['inline'];
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$this->dialplan_detail_inline = null;
|
||||||
|
}
|
||||||
$this->dialplan_detail_group = $group;
|
$this->dialplan_detail_group = $group;
|
||||||
$this->dialplan_detail_order = $order;
|
$this->dialplan_detail_order = $order;
|
||||||
$this->dialplan_detail_add();
|
$this->dialplan_detail_add();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue