From cfb6ff4127c410699eb6e06c5460f5b0d12cb4e5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 28 Nov 2010 07:32:39 +0000 Subject: Rolling back #851136. Broke SQLite installation. --- includes/install.core.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/install.core.inc') diff --git a/includes/install.core.inc b/includes/install.core.inc index 2c734c5a4..179d6b84d 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -289,6 +289,7 @@ function install_begin_request(&$install_state) { // Initialize the database system. Note that the connection // won't be initialized until it is actually requested. require_once DRUPAL_ROOT . '/includes/database/database.inc'; + spl_autoload_register('db_autoload'); // Verify the last completed task in the database, if there is one. $task = install_verify_completed_task(); -- cgit v1.2.3