aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-11-11 18:39:24 +0100
committerNils Adermann <naderman@naderman.de>2012-11-11 18:39:24 +0100
commitd2a051cdd4269fd5749bdd4e7619fc5176a510a8 (patch)
treeb4d9b386dbf57ba59486043f1838edd49cb2d621 /phpBB/download
parent69845585a2bc6720e6c512227f436782c7bf5d29 (diff)
downloadforums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar.gz
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar.bz2
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.tar.xz
forums-d2a051cdd4269fd5749bdd4e7619fc5176a510a8.zip
[ticket/11193] Instantiate a single collection_pass for all collections
PHPBB3-11193
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 95b20a88d2..79f53245b9 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -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