mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02: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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user