diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 00:02:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-24 00:02:05 +0000 |
commit | 4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4 (patch) | |
tree | 91a4f64953675ba9204158ebca02276aec7555ba /install.php | |
parent | c98fd96c62e6a60f5e5e2476ebc38766e438c535 (diff) | |
download | brdo-4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4.tar.gz brdo-4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 127076a7f..6b356a9ac 100644 --- a/install.php +++ b/install.php @@ -250,7 +250,7 @@ function install_begin_request(&$install_state) { include_once DRUPAL_ROOT . '/includes/session.inc'; $module_list['system']['filename'] = 'modules/system/system.module'; $module_list['filter']['filename'] = 'modules/filter/filter.module'; - module_list(TRUE, FALSE, $module_list); + module_list(TRUE, FALSE, FALSE, $module_list); drupal_load('module', 'system'); drupal_load('module', 'filter'); |