aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/privmsg.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/privmsg.php')
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php
index 830fea47e3..8beee81fae 100644
--- a/phpBB/privmsg.php
+++ b/phpBB/privmsg.php
@@ -82,7 +82,7 @@ if ( $cancel )
// Start session management
//
$userdata = $session->start();
-$acl = new acl($userdata);
+$auth->acl($userdata);
//
// End session management
//