1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11193] Instantiate a single collection_pass for all collections

PHPBB3-11193
This commit is contained in:
Nils Adermann
2012-11-11 18:39:24 +01:00
parent 69845585a2
commit d2a051cdd4
5 changed files with 17 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ $phpbb_container = phpbb_create_dumped_container_unless_debug(
new phpbb_di_extension_core($phpbb_root_path),
),
array(
new phpbb_di_pass_collection_pass('cron.task_collection', 'cron.task'),
new phpbb_di_pass_collection_pass(),
),
$phpbb_root_path,
$phpEx