aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download/file.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-11 10:05:06 -0800
committerIgor Wiedler <igor@wiedler.ch>2012-11-11 10:05:06 -0800
commit05380c8d0efae9f57c9c2f0c3b59f6593dc4e180 (patch)
treeb4d9b386dbf57ba59486043f1838edd49cb2d621 /phpBB/download/file.php
parent69845585a2bc6720e6c512227f436782c7bf5d29 (diff)
parentd2a051cdd4269fd5749bdd4e7619fc5176a510a8 (diff)
downloadforums-05380c8d0efae9f57c9c2f0c3b59f6593dc4e180.tar
forums-05380c8d0efae9f57c9c2f0c3b59f6593dc4e180.tar.gz
forums-05380c8d0efae9f57c9c2f0c3b59f6593dc4e180.tar.bz2
forums-05380c8d0efae9f57c9c2f0c3b59f6593dc4e180.tar.xz
forums-05380c8d0efae9f57c9c2f0c3b59f6593dc4e180.zip
Merge pull request #1076 from naderman/ticket/11193
[ticket/11193] Instantiate a single collection_pass for all collections
Diffstat (limited to 'phpBB/download/file.php')
-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