aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-11-11 14:18:11 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-11-11 14:18:11 +0100
commit3e4d3761fdec878758e43779eab124816596c8aa (patch)
tree5f55e07c223128a8de68acd31ebb129733553385 /phpBB/common.php
parentbdbf7d5de61c902c54fa5882440a5334ac7ad24f (diff)
downloadforums-3e4d3761fdec878758e43779eab124816596c8aa.tar
forums-3e4d3761fdec878758e43779eab124816596c8aa.tar.gz
forums-3e4d3761fdec878758e43779eab124816596c8aa.tar.bz2
forums-3e4d3761fdec878758e43779eab124816596c8aa.tar.xz
forums-3e4d3761fdec878758e43779eab124816596c8aa.zip
[ticket/11152] Rename collection to collection_pass
PHPBB3-11152
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index b435970692..6dc018c5c2 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -106,7 +106,7 @@ $phpbb_container = phpbb_create_dumped_container_unless_debug(
new phpbb_di_extension_core($phpbb_root_path),
),
array(
- new phpbb_di_pass_collection('cron.task_collection', 'cron.task'),
+ new phpbb_di_pass_collection_pass('cron.task_collection', 'cron.task'),
),
$phpbb_root_path,
$phpEx