aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-11-11 19:41:45 -0500
committerDavid King <imkingdavid@gmail.com>2012-11-16 16:45:26 -0500
commitdd1f8a0e554cc7c7fd975089cfd01acc88c656a6 (patch)
tree0f854de0fff2385e7cd26c48429a4698f782d2c1 /phpBB/download
parentcba0be96a9d21d6927ab998b9a880c469b64fb24 (diff)
downloadforums-dd1f8a0e554cc7c7fd975089cfd01acc88c656a6.tar
forums-dd1f8a0e554cc7c7fd975089cfd01acc88c656a6.tar.gz
forums-dd1f8a0e554cc7c7fd975089cfd01acc88c656a6.tar.bz2
forums-dd1f8a0e554cc7c7fd975089cfd01acc88c656a6.tar.xz
forums-dd1f8a0e554cc7c7fd975089cfd01acc88c656a6.zip
[feature/controller-new] Call pass to subscribe the Kernel event listener
PHPBB3-10864
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 85f5d11504..eed713b891 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -64,6 +64,7 @@ if (isset($_GET['avatar']))
),
array(
new phpbb_di_pass_collection_pass(),
+ new phpbb_di_pass_kernel(),
),
$phpbb_root_path,
$phpEx