diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 3f10945cc2..4b13d017dc 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -100,7 +100,7 @@ switch ($_GET['type']) { case 'inbound': $destination_type = 'inbound'; break; case 'outbound': $destination_type = 'outbound'; break; - case 'local': $destination_type = 'local'; break; + //case 'local': $destination_type = 'local'; break; default: $destination_type = 'inbound'; }