aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-01 20:53:10 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-01 22:55:06 +0200
commitfbc15407a215d82263cc37c3a3f897547945e4e5 (patch)
tree43b6e6d423c83f8b643f5d711b63d8fee0fc478b /phpBB/download
parent404c2f11448f53e55eca4cfdf082671230711241 (diff)
downloadforums-fbc15407a215d82263cc37c3a3f897547945e4e5.tar
forums-fbc15407a215d82263cc37c3a3f897547945e4e5.tar.gz
forums-fbc15407a215d82263cc37c3a3f897547945e4e5.tar.bz2
forums-fbc15407a215d82263cc37c3a3f897547945e4e5.tar.xz
forums-fbc15407a215d82263cc37c3a3f897547945e4e5.zip
[ticket/12784] Allow the extensions to add a custom auto loader
PHPBB3-12784
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 ce2855473b..f7636b0e1a 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -59,6 +59,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 = phpbb_create_default_container($phpbb_root_path, $phpEx);