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 -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']);