mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
User can change only role allowed permissions (direct versus role based permissions)
This commit is contained in:
@@ -282,7 +282,7 @@ class BasePageController extends Controller
|
||||
$this->smarty->assign('recentforumpostslist', Forumpost::getPosts(Settings::settingValue('..showrecentforumposts')));
|
||||
}
|
||||
|
||||
$parentcatlist = Category::getForMenu();
|
||||
$parentcatlist = Category::getForMenu($this->userdata['categoryexclusions']);
|
||||
|
||||
$this->smarty->assign('parentcatlist', $parentcatlist);
|
||||
$this->smarty->assign('catClass', Category::class);
|
||||
|
||||
Reference in New Issue
Block a user