mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Use original subcategory titles when browsing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-05-15 DariusIII
|
||||
* Chg: Use original subcategory titles when browsing
|
||||
* Fix: Prevent errors if no results for cover view are returned
|
||||
* Fix: Many route and themes related fixes
|
||||
2018-05-14 DariusIII
|
||||
|
||||
@@ -87,7 +87,7 @@ class BrowseController extends BasePageController
|
||||
$rslt = $releases->getBrowseRange($page, $catarray, $offset, config('nntmux.items_per_page'), $orderby, -1, $this->userdata['categoryexclusions'], $grp);
|
||||
$results = $this->paginate($rslt ?? [], $rslt['_totalcount'] ?? 0, config('nntmux.items_per_page'), $page, request()->url(), request()->query());
|
||||
|
||||
$this->smarty->assign('catname', title_case($id));
|
||||
$this->smarty->assign('catname', $id);
|
||||
|
||||
$this->smarty->assign('lastvisit', $this->userdata['lastlogin']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user