diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 95b7ecf4b1..5119f089c4 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -274,7 +274,7 @@ } echo " ".escape($row['destination_type'])." \n"; echo " ".escape(format_phone($row['destination_number']))." \n"; - echo " ".escape($action_name)." \n"; + echo " ".$action_name." \n"; //echo " ".$row['destination_number_regex']." \n"; echo " ".escape($row['destination_context'])." \n"; //echo " ".escape($row['fax_uuid'])." \n";