diff options
author | David King <imkingdavid@gmail.com> | 2012-10-20 17:03:06 -0400 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 11:40:10 +0100 |
commit | f9f03435f0681ab1aba1ff23d84fb4101be37e46 (patch) | |
tree | 6cd227e48034765cefa4a5a8689e253358172e19 /phpBB/download | |
parent | b20d852b7fc43431ade40ee97fd5ece5e3271d5d (diff) | |
download | forums-f9f03435f0681ab1aba1ff23d84fb4101be37e46.tar forums-f9f03435f0681ab1aba1ff23d84fb4101be37e46.tar.gz forums-f9f03435f0681ab1aba1ff23d84fb4101be37e46.tar.bz2 forums-f9f03435f0681ab1aba1ff23d84fb4101be37e46.tar.xz forums-f9f03435f0681ab1aba1ff23d84fb4101be37e46.zip |
[feature/compiled-dic] Move this to the other PR
PHPBB3-11152
Diffstat (limited to 'phpBB/download')
-rw-r--r-- | phpBB/download/file.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php index 85dc8acb81..3e71bf9961 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -63,9 +63,7 @@ if (isset($_GET['avatar'])) 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 |