aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_privmsgs.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-03-31 18:16:55 +0200
committerNils Adermann <naderman@naderman.de>2012-03-31 18:16:55 +0200
commit7e2f16aafa47f8db51a12a293b0616cb75b4d12f (patch)
tree3e5e62baab0038d4895eaa9c7a47dadbc3eb4e84 /phpBB/includes/functions_privmsgs.php
parent17a7b570747a91321903e30f3c0dd6f8246c0047 (diff)
parent9236dd4c471a6f7655bd00ae422a13013a400ac4 (diff)
downloadforums-7e2f16aafa47f8db51a12a293b0616cb75b4d12f.tar
forums-7e2f16aafa47f8db51a12a293b0616cb75b4d12f.tar.gz
forums-7e2f16aafa47f8db51a12a293b0616cb75b4d12f.tar.bz2
forums-7e2f16aafa47f8db51a12a293b0616cb75b4d12f.tar.xz
forums-7e2f16aafa47f8db51a12a293b0616cb75b4d12f.zip
Merge remote-tracking branch 'github-igorw/feature/class-prefix' into develop
* github-igorw/feature/class-prefix: [feature/class-prefix] Rename auth => phpbb_auth [feature/class-prefix] Rename user and session to phpbb_*
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
-rw-r--r--phpBB/includes/functions_privmsgs.php2
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_'))