From 60c5878351cc547dbfda260fefcf378491c958ec Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 16 Oct 2009 19:06:25 +0000 Subject: - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation. --- install.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 4f81169da..08271bdec 100644 --- a/install.php +++ b/install.php @@ -242,12 +242,13 @@ function install_begin_request(&$install_state) { require_once DRUPAL_ROOT . '/includes/file.inc'; require_once DRUPAL_ROOT . '/includes/path.inc'; - // Set up $language, so t() caller functions will still work. - drupal_language_initialize(); - // Load module basics (needed for hook invokes). include_once DRUPAL_ROOT . '/includes/module.inc'; include_once DRUPAL_ROOT . '/includes/session.inc'; + + // Set up $language, so t() caller functions will still work. + drupal_language_initialize(); + include_once DRUPAL_ROOT . '/includes/entity.inc'; $module_list['system']['filename'] = 'modules/system/system.module'; $module_list['filter']['filename'] = 'modules/filter/filter.module'; -- cgit v1.2.3