1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +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:
Meik Sievertsen 2007-02-24 10:28:12 +00:00
parent 9b33d4009d
commit ac317f5024

View File

@ -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':