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. --- update.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index 9ad5092f682..9cfef2b7cd4 100644 --- a/update.php +++ b/update.php @@ -311,10 +311,8 @@ if (empty($op) && update_access_allowed()) { // Load module basics. 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); drupal_load('module', 'system'); - drupal_load('module', 'filter'); // Reset the module_implements() cache so that any new hook implementations // in updated code are picked up. -- cgit v1.2.3