diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-20 00:10:20 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-20 00:10:20 +0000 |
commit | a0428b7b2eb9c8bce7076eb97fc04796f2df670f (patch) | |
tree | a52bd8d4a1fc640e77adbfb9dd0c79df047ba1ac /phpBB/admin | |
parent | 3a15df99602f81bdcea3476bc1794d498d830d31 (diff) | |
download | forums-a0428b7b2eb9c8bce7076eb97fc04796f2df670f.tar forums-a0428b7b2eb9c8bce7076eb97fc04796f2df670f.tar.gz forums-a0428b7b2eb9c8bce7076eb97fc04796f2df670f.tar.bz2 forums-a0428b7b2eb9c8bce7076eb97fc04796f2df670f.tar.xz forums-a0428b7b2eb9c8bce7076eb97fc04796f2df670f.zip |
And as if by magic one of the errors was fixed, who needs Harry Potter?
git-svn-id: file:///svn/phpbb/trunk@704 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
-rw-r--r-- | phpBB/admin/admin_groupauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_groupauth.php b/phpBB/admin/admin_groupauth.php index 25bd4aa313..75da4c6915 100644 --- a/phpBB/admin/admin_groupauth.php +++ b/phpBB/admin/admin_groupauth.php @@ -742,7 +742,7 @@ else } } $optionlist_acl = "<select name=\"private[$forumkey]\">"; - if( $auth_group['auth_mod'] ) + if( $group_ary['auth_mod'] ) { $optionlist_acl .= "<option value=\"1\">Allowed Access</option>"; } |