aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-10 23:34:27 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-10 23:34:27 +0100
commit231d743ba9966e8304e0dd226ebf5eb7fb3b70d8 (patch)
tree23cafb57d78388c6f3cf6c8316a851bd4f2300d0 /phpBB/install/database_update.php
parent798c006e7fe55bc1de30e42a4c25e8c74911c865 (diff)
downloadforums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar
forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar.gz
forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar.bz2
forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar.xz
forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.zip
[ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection
PHPBB3-11152
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index a5c4e2acd3..bc45b27cdc 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -123,7 +123,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