mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 19:06:37 +00:00
Update destinations.php
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user