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 834b3a7dc3..830fea47e3 100644
--- a/phpBB/privmsg.php
+++ b/phpBB/privmsg.php
@@ -82,7 +82,7 @@ if ( $cancel )
// Start session management
//
$userdata = $session->start();
-$acl = new acl('list', $userdata);
+$acl = new acl($userdata);
//
// End session management
//