aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index 74b022697c..9fbbb812e6 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -64,7 +64,7 @@ switch ($cron_type)
case 'tidy_login_keys':
if ($use_shutdown_function)
{
- register_shutdown_function(array(&$user, 'tidy_login_keys');
+ register_shutdown_function(array(&$user, 'tidy_login_keys'));
}
else
{