diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 900714e1d0..3717320bfb 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -167,7 +167,7 @@ else { $tr_link = "href='destination_edit.php?id=".$row['destination_uuid']."'"; echo "\n"; if ($_GET['showall'] && permission_exists('destination_show_all')) { - echo " ".ucwords($row['domain_name'])."\n"; + echo " ".$row['domain_name']."\n"; } echo " ".ucwords($row['destination_type'])."\n"; echo " ".$row['destination_number']."\n";