From 4fca5a6412a4315fcc6f1071bff820d20f94ee99 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 29 Nov 2009 06:32:46 +0000 Subject: - Patch #645468 by sun: filter module no longer needs to be loaded by default. --- includes/theme.maintenance.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 7b05fcb96..a9b50bca5 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -40,10 +40,8 @@ function _drupal_maintenance_theme() { // Because we are operating in a crippled environment, we need to // bootstrap just enough to allow hook invocations to work. $module_list['system']['filename'] = 'modules/system/system.module'; - $module_list['filter']['filename'] = 'modules/filter/filter.module'; module_list(TRUE, FALSE, FALSE, $module_list); drupal_load('module', 'system'); - drupal_load('module', 'filter'); } $custom_theme = variable_get('maintenance_theme', 'minnelli'); -- cgit v1.2.3