mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02: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:
@ -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 = '';
|
||||
|
Reference in New Issue
Block a user