Update dialplans.php (#4462)
* Update dialplans.php * Update dialplans.php
This commit is contained in:
parent
a1cf1a04ad
commit
c9fc3fd584
|
|
@ -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>
|
||||||
Portions created by the Initial Developer are Copyright (C) 2008-2017
|
Portions created by the Initial Developer are Copyright (C) 2008-2019
|
||||||
the Initial Developer. All Rights Reserved.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
|
|
@ -347,7 +347,7 @@
|
||||||
}
|
}
|
||||||
if ($_GET['show'] == "all" && permission_exists('dialplan_all')) {
|
if ($_GET['show'] == "all" && permission_exists('dialplan_all')) {
|
||||||
if (strlen($_SESSION['domains'][$row['domain_uuid']]['domain_name']) > 0) {
|
if (strlen($_SESSION['domains'][$row['domain_uuid']]['domain_name']) > 0) {
|
||||||
$domain = escape($_SESSION['domains'][$row['domain_uuid']]['domain_name']);
|
$domain = $_SESSION['domains'][$row['domain_uuid']]['domain_name'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$domain = $text['label-global'];
|
$domain = $text['label-global'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue