mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
replace constants with class constants.
ACL_YES, ACL_NO, ACL_NEVER, USER_NORMAL, USER_IGNORE, USER_INACTIVE, USER_FOUNDER git-svn-id: file:///svn/phpbb/trunk@9233 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -212,7 +212,7 @@ class mcp_warn
|
||||
}
|
||||
|
||||
// There is no point issuing a warning to ignored users (ie anonymous and bots)
|
||||
if ($user_row['user_type'] == USER_IGNORE)
|
||||
if ($user_row['user_type'] == phpbb::USER_IGNORE)
|
||||
{
|
||||
trigger_error('CANNOT_WARN_ANONYMOUS');
|
||||
}
|
||||
|
Reference in New Issue
Block a user