mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
do not check forum acl for dropdown menus in permission screens
git-svn-id: file:///svn/phpbb/trunk@5668 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
34d855faa9
commit
2aa4d3ab07
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ class acp_permissions
|
|||
|
||||
$template->assign_vars(array(
|
||||
'S_SELECT_FORUM' => true,
|
||||
'S_FORUM_OPTIONS' => make_forum_select(false, false, false))
|
||||
'S_FORUM_OPTIONS' => make_forum_select(false, false, true))
|
||||
);
|
||||
|
||||
break;
|
||||
|
@ -231,7 +231,7 @@ class acp_permissions
|
|||
continue 2;
|
||||
}
|
||||
|
||||
$forum_list = make_forum_select(false, false, false, false, true, true);
|
||||
$forum_list = make_forum_select(false, false, true, false, true, true);
|
||||
|
||||
// Build forum options
|
||||
$s_forum_options = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue