1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/12784] Allow the extensions to add a custom auto loader

PHPBB3-12784
This commit is contained in:
Tristan Darricau
2014-07-01 20:53:10 +02:00
parent 404c2f1144
commit fbc15407a2
3 changed files with 31 additions and 0 deletions

View File

@@ -95,6 +95,8 @@ $phpbb_class_loader->register();
$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);