1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection

PHPBB3-11152
This commit is contained in:
Igor Wiedler
2012-11-10 23:34:27 +01:00
parent 798c006e7f
commit 231d743ba9
5 changed files with 15 additions and 13 deletions

View File

@@ -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