From a1729e0389a621062c3b2c3f0bcfc7b366b98a69 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Dec 2017 22:04:25 -0700 Subject: [PATCH] Update destinations.php --- app/destinations/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index a1241601aa..91c9e0b8e9 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -89,7 +89,7 @@ //prepare to page the results $rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50; $param = "&search=".$search; - if ($_GET['showl'] == "all" && permission_exists('destination_all')) { + if ($_GET['show'] == "all" && permission_exists('destination_all')) { $param .= "&show=all"; } $page = $_GET['page'];