summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-24 10:41:40 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-24 10:41:40 +0000
commit5083e13522d29f0865144a02f448a084818b2f06 (patch)
treecbc62a6b74122cc2cea59ed955e85306e2faab01 /update.php
parent8e985b3fbc5ca8e113ed0f1bfa288e3eb2bfd5a5 (diff)
downloadbrdo-5083e13522d29f0865144a02f448a084818b2f06.tar.gz
brdo-5083e13522d29f0865144a02f448a084818b2f06.tar.bz2
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 937e98f32..0cefcb705 100644
--- a/update.php
+++ b/update.php
@@ -663,7 +663,7 @@ if (empty($op)) {
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, FALSE, $module_list);
+ module_list(TRUE, FALSE, $module_list);
drupal_load('module', 'system');
drupal_load('module', 'filter');