diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index a7e4c1a66f..17ba1025ef 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -55,6 +55,9 @@ else { echo " \n"; if (permission_exists('destination_show_all')) { echo " \n"; + if ($_GET['showall'] == 'true') { + echo " "; + } } echo " "; echo " ";