mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
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:
parent
3a15df9960
commit
a0428b7b2e
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ else
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$optionlist_acl = "<select name=\"private[$forumkey]\">";
|
$optionlist_acl = "<select name=\"private[$forumkey]\">";
|
||||||
if( $auth_group['auth_mod'] )
|
if( $group_ary['auth_mod'] )
|
||||||
{
|
{
|
||||||
$optionlist_acl .= "<option value=\"1\">Allowed Access</option>";
|
$optionlist_acl .= "<option value=\"1\">Allowed Access</option>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue