From 9e6dac124dd7ad13d5d8fab09b42b448c471c8b0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Aug 2019 12:37:39 -0600 Subject: [PATCH] Action name was already escaped. So remove this one. --- app/destinations/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";