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
This commit is contained in:
Paul S. Owen 2001-07-20 00:10:20 +00:00
parent 3a15df9960
commit a0428b7b2e

View file

@ -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>";
}