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:
@@ -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
|
||||
|
Reference in New Issue
Block a user