aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-10-20 16:57:21 -0400
committerIgor Wiedler <igor@wiedler.ch>2012-11-10 11:40:10 +0100
commitb20d852b7fc43431ade40ee97fd5ece5e3271d5d (patch)
treeecc46410675ea760d9cde2b51d3e912e7bd0da2d /phpBB/common.php
parent6d40b81dda242f5f07fe1e01430d70e6879d1885 (diff)
downloadforums-b20d852b7fc43431ade40ee97fd5ece5e3271d5d.tar
forums-b20d852b7fc43431ade40ee97fd5ece5e3271d5d.tar.gz
forums-b20d852b7fc43431ade40ee97fd5ece5e3271d5d.tar.bz2
forums-b20d852b7fc43431ade40ee97fd5ece5e3271d5d.tar.xz
forums-b20d852b7fc43431ade40ee97fd5ece5e3271d5d.zip
[feature/compiled-dic] Remove HttpKernel-related stuff
These things should be added in the Controller PR instead. PHPBB3-11152
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index a681561619..fce08f3834 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -104,9 +104,7 @@ $phpbb_container = phpbb_create_compiled_container(
new phpbb_di_extension_config($phpbb_root_path . 'config.' . $phpEx),
new phpbb_di_extension_core($phpbb_root_path),
),
- array(
- new phpbb_event_kernel_compiler_pass(),
- ),
+ array(),
$phpbb_root_path . 'config.' . $phpEx,
$phpbb_root_path,
$phpEx