Update destinations.php

This commit is contained in:
FusionPBX 2019-08-11 08:47:04 -06:00 committed by GitHub
parent c5b6d9231d
commit 55288ba0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'];