aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-13 09:28:56 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-16 16:45:29 -0500
commit4b6d538b062a56f55ba221ac8437b4bfc712a475 (patch)
tree7f3e5a6a124d7d0a3eca6a604f14bd522fe5cb5a /phpBB/common.php
parent7687f069611b35f81c6d0fc87e46b9bb0821d616 (diff)
downloadforums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar
forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar.gz
forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar.bz2
forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.tar.xz
forums-4b6d538b062a56f55ba221ac8437b4bfc712a475.zip
[feature/controller] Rename kernel pass class properly
PHPBB3-10864
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 b0bc281b45..a5ffcea8e4 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -93,7 +93,7 @@ $phpbb_container = phpbb_create_dumped_container_unless_debug(
),
array(
new phpbb_di_pass_collection_pass(),
- new phpbb_di_pass_kernel(),
+ new phpbb_di_pass_kernel_pass(),
),
$phpbb_root_path,
$phpEx