diff options
author | Nils Adermann <naderman@naderman.de> | 2012-11-11 18:39:24 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2012-11-11 18:39:24 +0100 |
commit | d2a051cdd4269fd5749bdd4e7619fc5176a510a8 (patch) | |
tree | b4d9b386dbf57ba59486043f1838edd49cb2d621 /phpBB/common.php | |
parent | 69845585a2bc6720e6c512227f436782c7bf5d29 (diff) | |
download | forums-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/common.php')
-rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 002d435b6e..c4237dfcf5 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -94,7 +94,7 @@ $phpbb_container = phpbb_create_dumped_container_unless_debug( 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 |