summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-28 07:32:39 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-28 07:32:39 +0000
commitcfb6ff4127c410699eb6e06c5460f5b0d12cb4e5 (patch)
tree382bc4736bcd53cc87cc0cb3fda03f19df4d412b /includes/install.core.inc
parent62bb48c4efc1600269d76923e437c5854c08502e (diff)
downloadbrdo-cfb6ff4127c410699eb6e06c5460f5b0d12cb4e5.tar.gz
brdo-cfb6ff4127c410699eb6e06c5460f5b0d12cb4e5.tar.bz2
Rolling back #851136. Broke SQLite installation.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc1
1 files changed, 1 insertions, 0 deletions
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();