summaryrefslogtreecommitdiff
path: root/install.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 /install.php
parent19c4f88cad5670094730d68a3dfc729561c38d9d (diff)
downloadbrdo-4fca5a6412a4315fcc6f1071bff820d20f94ee99.tar.gz
brdo-4fca5a6412a4315fcc6f1071bff820d20f94ee99.tar.bz2
- Patch #645468 by sun: filter module no longer needs to be loaded by default.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/install.php b/install.php
index 6e9e87ff4..9566ab043 100644
--- a/install.php
+++ b/install.php
@@ -251,11 +251,9 @@ function install_begin_request(&$install_state) {
include_once DRUPAL_ROOT . '/includes/entity.inc';
$module_list['system']['filename'] = 'modules/system/system.module';
- $module_list['filter']['filename'] = 'modules/filter/filter.module';
$module_list['user']['filename'] = 'modules/user/user.module';
module_list(TRUE, FALSE, FALSE, $module_list);
drupal_load('module', 'system');
- drupal_load('module', 'filter');
drupal_load('module', 'user');
// Load the cache infrastructure using a "fake" cache implementation that