Use original subcategory titles when browsing

This commit is contained in:
DariusIII
2018-05-15 13:07:24 +02:00
parent ac99f4ebaf
commit e32600205d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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']);