mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Adjustement to the fix for bug #8274
git-svn-id: file:///svn/phpbb/trunk@7051 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9b33d4009d
commit
ac317f5024
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ function phpbb_convert_authentication($mode)
|
|||
// no break;
|
||||
|
||||
case 'registered_hidden':
|
||||
mass_auth('group_role', $new_forum_id, 'registered', 'FORUM_STANDARD_POLLS');
|
||||
mass_auth('group_role', $new_forum_id, 'registered', 'FORUM_POLLS');
|
||||
break;
|
||||
|
||||
case 'private':
|
||||
|
|
Loading…
Add table
Reference in a new issue