From 6de7ee3c8a6c4d77bd3caba7b66ac7ad45bcc184 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Feb 2010 22:13:33 +0000 Subject: - Patch #539220 by pwolanin: make installer work again. --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index f4da1bb55..7800a7aeb 100644 --- a/install.php +++ b/install.php @@ -250,6 +250,7 @@ function install_begin_request(&$install_state) { drupal_language_initialize(); include_once DRUPAL_ROOT . '/includes/entity.inc'; + require_once DRUPAL_ROOT . '/includes/ajax.inc'; $module_list['system']['filename'] = 'modules/system/system.module'; $module_list['user']['filename'] = 'modules/user/user.module'; module_list(TRUE, FALSE, FALSE, $module_list); -- cgit v1.2.3