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 /update.php | |
parent | c98fd96c62e6a60f5e5e2476ebc38766e438c535 (diff) | |
download | drupal-4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4.tar.gz drupal-4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4.zip |
*** empty log message ***
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 4addccb7088..e794693ad02 100644 --- a/update.php +++ b/update.php @@ -281,7 +281,7 @@ if (empty($op) && $update_access_allowed) { include_once DRUPAL_ROOT . '/includes/module.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'); |