mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
quick fix for USER_FOUNDER
git-svn-id: file:///svn/phpbb/trunk@9257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
92e5c4e7b3
commit
015004385f
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ class phpbb_acl
|
||||||
// Key 0 in $hold_ary are global options, all others are forum_ids
|
// Key 0 in $hold_ary are global options, all others are forum_ids
|
||||||
|
|
||||||
// If this user is founder we're going to force fill the admin options ...
|
// If this user is founder we're going to force fill the admin options ...
|
||||||
if ($userdata['user_type'] == USER_FOUNDER)
|
if ($userdata['user_type'] == phpbb::USER_FOUNDER)
|
||||||
{
|
{
|
||||||
foreach ($this->acl_options['global'] as $opt => $id)
|
foreach ($this->acl_options['global'] as $opt => $id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue