diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-24 10:28:12 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-24 10:28:12 +0000 |
commit | ac317f5024289ddbb9135bbf4a9623620a69baca (patch) | |
tree | 285f2eef1d9bff26650c60959f36bdd2db0777fe /phpBB/install/convertors/functions_phpbb20.php | |
parent | 9b33d4009dc6b12d41ff74bb428847c7e6e101c4 (diff) | |
download | forums-ac317f5024289ddbb9135bbf4a9623620a69baca.tar forums-ac317f5024289ddbb9135bbf4a9623620a69baca.tar.gz forums-ac317f5024289ddbb9135bbf4a9623620a69baca.tar.bz2 forums-ac317f5024289ddbb9135bbf4a9623620a69baca.tar.xz forums-ac317f5024289ddbb9135bbf4a9623620a69baca.zip |
Adjustement to the fix for bug #8274
git-svn-id: file:///svn/phpbb/trunk@7051 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/convertors/functions_phpbb20.php')
-rw-r--r-- | phpBB/install/convertors/functions_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php index 598bb46a9a..1895fb25fe 100644 --- a/phpBB/install/convertors/functions_phpbb20.php +++ b/phpBB/install/convertors/functions_phpbb20.php @@ -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': |