From edcd3c81d0de6052e9d0794a1bf5775173c51a77 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 10 Mar 2015 05:10:22 +0000 Subject: [PATCH] Fix the search for destinations (DID/DDI) across domains for superadmins. --- app/destinations/destinations.php | 3 +++ 1 file changed, 3 insertions(+) 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 " ";