1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/class-prefix] Rename auth => phpbb_auth

PHPBB3-10609
This commit is contained in:
Igor Wiedler
2012-03-31 02:54:39 +02:00
parent 6deb7b3671
commit 9236dd4c47
11 changed files with 12 additions and 15 deletions

View File

@@ -343,7 +343,7 @@ function check_rule(&$rules, &$rule_row, &$message_row, $user_id)
$userdata = $db->sql_fetchrow($result);
$db->sql_freeresult($result);
$auth2 = new auth();
$auth2 = new phpbb_auth();
$auth2->acl($userdata);
if (!$auth2->acl_get('a_') && !$auth2->acl_get('m_') && !$auth2->acl_getf_global('m_'))