Update destinations.php

This commit is contained in:
FusionPBX 2019-08-11 08:47:04 -06:00 committed by GitHub
parent ad6e1df096
commit 704ce69438
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'];