diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/update.php b/update.php index 9ad5092f6..9cfef2b7c 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. |