mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Add MovieController
This commit is contained in:
@@ -36,7 +36,7 @@ class GamesController extends BasePageController
|
||||
$this->smarty->assign('catlist', $ctmp);
|
||||
$this->smarty->assign('category', $category);
|
||||
|
||||
$page = \request()->has('page') ? \request()->input('page') : 1;
|
||||
$page = $request->has('page') ? $request->input('page') : 1;
|
||||
|
||||
$games2 = [];
|
||||
$results = $games->getGamesRange($page, $catarray, $this->userdata['categoryexclusions']);
|
||||
|
||||
Reference in New Issue
Block a user