diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:54:39 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 18:14:11 +0200 |
commit | 9236dd4c471a6f7655bd00ae422a13013a400ac4 (patch) | |
tree | 5f08e769821991d6e557848dec1d630ef2892653 /phpBB/includes/functions_privmsgs.php | |
parent | 6deb7b3671c29ab7ce1db6e11b5c6be0950d265f (diff) | |
download | forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar.gz forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar.bz2 forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.tar.xz forums-9236dd4c471a6f7655bd00ae422a13013a400ac4.zip |
[feature/class-prefix] Rename auth => phpbb_auth
PHPBB3-10609
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
-rw-r--r-- | phpBB/includes/functions_privmsgs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index a6fb87536a..434349714b 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -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_')) |