aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r--phpBB/cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index 9d4b1aa99f..cccb242055 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -18,7 +18,7 @@ include(PHPBB_ROOT_PATH . 'common.' . PHP_EXT);
// Do not update users last page entry
phpbb::$user->session_begin(false);
-$auth->acl(phpbb::$user->data);
+phpbb::$acl->init(phpbb::$user->data);
$cron_type = request_var('cron_type', '');
$use_shutdown_function = (@function_exists('register_shutdown_function')) ? true : false;