diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 228401229d..fbc86203b4 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -69,9 +69,15 @@ $order = check_str($_GET["order"]); //set the type - if ($_GET['type'] == 'outbound') { + if ($_GET['type'] == 'inbound') { + $destination_type = 'inbound'; + } + elseif ($_GET['type'] == 'outbound') { $destination_type = 'outbound'; } + elseif ($_GET['type'] == 'local') { + $destination_type = 'local'; + } else { $destination_type = 'inbound'; } @@ -180,11 +186,18 @@ echo "