mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
Update destinations.php
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
echo " </td>\n";
|
||||
if ($_GET['show'] == "all" && permission_exists('destination_all')) {
|
||||
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 {
|
||||
$domain = $text['label-global'];
|
||||
|
||||
Reference in New Issue
Block a user