mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -12,7 +12,7 @@ class BrowseGroupController extends BasePageController
|
||||
public function show()
|
||||
{
|
||||
$this->setPrefs();
|
||||
$groupList = Group::getGroupsRange( '', true);
|
||||
$groupList = Group::getGroupsRange('', true);
|
||||
$this->smarty->assign('results', $groupList);
|
||||
|
||||
$meta_title = 'Browse Groups';
|
||||
|
||||
Reference in New Issue
Block a user