diff options
author | David King <imkingdavid@gmail.com> | 2012-11-13 09:28:56 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-11-16 16:45:29 -0500 |
commit | 4b6d538b062a56f55ba221ac8437b4bfc712a475 (patch) | |
tree | 7f3e5a6a124d7d0a3eca6a604f14bd522fe5cb5a /phpBB/common.php | |
parent | 7687f069611b35f81c6d0fc87e46b9bb0821d616 (diff) | |
download | forums-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.php | 2 |
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 |