From 3f36af04de485a0afa575c17a5d622545e183c75 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Aug 2009 21:53:48 +0000 Subject: - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. --- update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'update.php') 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. -- cgit v1.2.3