summaryrefslogtreecommitdiffstatshomepage
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-29 06:32:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-29 06:32:46 +0000
commit4fca5a6412a4315fcc6f1071bff820d20f94ee99 (patch)
treea8d4aa8a02d4ed106d2913ed223d03a447f3f126 /update.php
parent19c4f88cad5670094730d68a3dfc729561c38d9d (diff)
downloaddrupal-4fca5a6412a4315fcc6f1071bff820d20f94ee99.tar.gz
drupal-4fca5a6412a4315fcc6f1071bff820d20f94ee99.zip
- Patch #645468 by sun: filter module no longer needs to be loaded by default.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 0 insertions, 2 deletions
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.