summaryrefslogtreecommitdiff
path: root/update.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 /update.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 'update.php')
-rw-r--r--update.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.php b/update.php
index e794693ad..52521d04b 100644
--- a/update.php
+++ b/update.php
@@ -261,7 +261,8 @@ ini_set('display_errors', FALSE);
// reaching the PHP memory limit.
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
require_once DRUPAL_ROOT . '/includes/update.inc';
-
+require_once DRUPAL_ROOT . '/includes/common.inc';
+require_once DRUPAL_ROOT . '/includes/entity.inc';
update_prepare_d7_bootstrap();
// Determine if the current user has access to run update.php.