diff options
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r-- | phpBB/cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php index 7ba19fd63a..aed68f6aeb 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -59,7 +59,7 @@ if ($cron_lock->acquire()) * This event enables you to catch the task before it runs * * @event core.cron_run_before - * @var \phpbb\cron\task\task task Current Cron task + * @var \phpbb\cron\task\wrapper task Current Cron task * @since 3.1.8-RC1 */ $vars = array( |