summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
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 /includes/theme.maintenance.inc
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 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index f64fd4245..e88ebce93 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -39,7 +39,7 @@ function _drupal_maintenance_theme() {
// Load module basics (needed for hook invokes).
$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');