aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index e24f9b4359..fb2f86341b 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -106,7 +106,7 @@ $phpbb_container = phpbb_create_compiled_container(
new phpbb_di_extension_core($phpbb_root_path),
),
array(
- new phpbb_di_pass_cron(),
+ new phpbb_di_pass_collection('cron.task_collection', 'cron.task'),
),
$phpbb_root_path,
$phpEx