diff --git a/core/includes/module.inc b/core/includes/module.inc index 0949319..3da7a4b 100644 --- a/core/includes/module.inc +++ b/core/includes/module.inc @@ -169,10 +169,12 @@ function system_list($type) { $enabled_modules = config('system.module')->get(); // It's important to retrieve these first because the rebuild calls // reset the system_list static. + $bootstrap_list = $lists['bootstrap']; _system_list_warm('module', 'system', 'core/modules/system.module', TRUE); $module_data = system_rebuild_module_data(); $theme_data = system_rebuild_theme_data(); $lists = array( + 'bootstrap' => $bootstrap_list, 'module_enabled' => array(), 'theme' => array(), 'filepaths' => array(),