mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Fix a paging issue that affecte inbound and outbound routes when there were more than a 150 of them.
This commit is contained in:
@@ -148,6 +148,7 @@ else {
|
||||
|
||||
$rows_per_page = 150;
|
||||
$param = "";
|
||||
if (strlen($app_uuid) > 0) { $param = "&app_uuid=".$app_uuid; }
|
||||
$page = $_GET['page'];
|
||||
if (strlen($page) == 0) { $page = 0; $_GET['page'] = 0; }
|
||||
list($paging_controls, $rows_per_page, $var_3) = paging($num_rows, $param, $rows_per_page);
|
||||
|
||||
Reference in New Issue
Block a user