diff options
Diffstat (limited to 'phpBB/faq.php')
-rw-r--r-- | phpBB/faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php index c34d71fdc3..e326fb0833 100644 --- a/phpBB/faq.php +++ b/phpBB/faq.php @@ -28,7 +28,7 @@ include($phpbb_root_path . 'common.'.$phpEx); // Start session management // $userdata = $session->start(); -$acl = new acl($userdata); +$auth->acl($userdata); // // End session management // |