Update destinations.php

This commit is contained in:
FusionPBX 2017-12-16 22:04:25 -07:00 committed by GitHub
parent 4542c5782f
commit a1729e0389
1 changed files with 1 additions and 1 deletions

View File

@ -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'];