aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-07 01:41:21 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-07 01:41:21 +0200
commit088e34dc473662609cb72df77659b1f74fbd5437 (patch)
tree61fd5cf461f58de585089761c4ff01dd99942125 /phpBB/download
parent297ab5c5260c37bf4db4f220911b4dc8f4ca2674 (diff)
downloadforums-088e34dc473662609cb72df77659b1f74fbd5437.tar
forums-088e34dc473662609cb72df77659b1f74fbd5437.tar.gz
forums-088e34dc473662609cb72df77659b1f74fbd5437.tar.bz2
forums-088e34dc473662609cb72df77659b1f74fbd5437.tar.xz
forums-088e34dc473662609cb72df77659b1f74fbd5437.zip
[ticket/13046] Call phpbb_load_extensions_autoloaders() in $download/file.php
PHPBB3-13046
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index fd94e78fee..db657e95f0 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -56,6 +56,8 @@ if (isset($_GET['avatar']))
$phpbb_class_loader_ext = new \phpbb\class_loader('\\', "{$phpbb_root_path}ext/", $phpEx);
$phpbb_class_loader_ext->register();
+ phpbb_load_extensions_autoloaders($phpbb_root_path);
+
// Set up container
$phpbb_container_builder = new \phpbb\di\container_builder($phpbb_config_php_file, $phpbb_root_path, $phpEx);
$phpbb_container = $phpbb_container_builder->get_container();