mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/request-class] Fix missing include in database_update
install/database_update.php was missing the include for the class loader. PHPBB3-9716
This commit is contained in:
@@ -60,6 +60,7 @@ if (!empty($load_extensions) && function_exists('dl'))
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Include files
|
// Include files
|
||||||
|
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.' . $phpEx);
|
require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/cache.' . $phpEx);
|
require($phpbb_root_path . 'includes/cache.' . $phpEx);
|
||||||
require($phpbb_root_path . 'includes/template.' . $phpEx);
|
require($phpbb_root_path . 'includes/template.' . $phpEx);
|
||||||
|
Reference in New Issue
Block a user