summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-25 21:53:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-25 21:53:48 +0000
commit3f36af04de485a0afa575c17a5d622545e183c75 (patch)
treeb56543fd9bae1a30aff782b5ce5f333f39edc1fe /install.php
parentc9c962d80171a8d0e12c28084dded6aac54b3182 (diff)
downloadbrdo-3f36af04de485a0afa575c17a5d622545e183c75.tar.gz
brdo-3f36af04de485a0afa575c17a5d622545e183c75.tar.bz2
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.php b/install.php
index f5719a1cd..f57385d6b 100644
--- a/install.php
+++ b/install.php
@@ -248,11 +248,14 @@ function install_begin_request(&$install_state) {
// Load module basics (needed for hook invokes).
include_once DRUPAL_ROOT . '/includes/module.inc';
include_once DRUPAL_ROOT . '/includes/session.inc';
+ 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');
// Prepare for themed output, if necessary. We need to run this at the
// beginning of the page request to avoid a different theme accidentally