aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
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/download
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/download')
-rw-r--r--phpBB/download/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index eed713b891..73b9e0a9f2 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -64,7 +64,7 @@ if (isset($_GET['avatar']))
),
array(
new phpbb_di_pass_collection_pass(),
- new phpbb_di_pass_kernel(),
+ new phpbb_di_pass_kernel_pass(),
),
$phpbb_root_path,
$phpEx