Skip to content
Snippets Groups Projects
Commit 6de7ee3c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #539220 by pwolanin: make installer work again.

parent f8fa4005
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,7 @@ function install_begin_request(&$install_state) {
drupal_language_initialize();
include_once DRUPAL_ROOT . '/includes/entity.inc';
require_once DRUPAL_ROOT . '/includes/ajax.inc';
$module_list['system']['filename'] = 'modules/system/system.module';
$module_list['user']['filename'] = 'modules/user/user.module';
module_list(TRUE, FALSE, FALSE, $module_list);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment