aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r--phpBB/cron.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index b35d16632a..0c1397979d 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -50,7 +50,6 @@ if ($cron_lock->acquire())
{
$cron = $phpbb_container->get('cron.manager');
- // If invalid task is specified, empty $run_tasks is passed to do_cron which then does nothing
$task = $cron->find_task($cron_type);
if ($task)
{