Update destinations.php

This commit is contained in:
FusionPBX 2017-12-16 22:04:25 -07:00 committed by GitHub
parent b2fb19c3d6
commit 9ee2ddd79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'];