From 04a4e40b6e63e091c52f63dcab1c1d2e61758bd4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 23 Jan 2018 19:01:25 -0700 Subject: [PATCH] Update destination_edit.php --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 16c81ff3f6..69ad1168b8 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -752,7 +752,7 @@ echo " ".$text['label-destination_type']."\n"; echo "\n"; echo "\n"; - echo " \n"; switch ($destination_type) { case "inbound" : $selected[1] = "selected='selected'"; break; case "outbound" : $selected[2] = "selected='selected'"; break;