mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix group list pagination
This commit is contained in:
@@ -22,7 +22,7 @@ class GroupController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'groupname' => $groupName,
|
||||
'grouplist' => Group::getGroupsRange(config('nntmux.items_per_page'), $groupName),
|
||||
'grouplist' => Group::getGroupsRange($groupName),
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user