1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -65,7 +65,7 @@ if (isset($_GET['avatar']))
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