mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Fix links() error on rest of the cover related pages
This commit is contained in:
@@ -89,7 +89,12 @@ class ConsoleController extends BasePageController
|
||||
}
|
||||
}
|
||||
|
||||
$this->smarty->assign('results', $consoles);
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'resultsadd'=> $consoles,
|
||||
'results' => $results,
|
||||
]
|
||||
);
|
||||
|
||||
$meta_title = 'Browse Console';
|
||||
$meta_keywords = 'browse,nzb,console,games,description,details';
|
||||
|
||||
Reference in New Issue
Block a user