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/theme.maintenance.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 4950d8278..7cc03126f 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -41,6 +41,7 @@ function _drupal_maintenance_theme() { // to work. See _drupal_log_error(). if (!class_exists('Database', FALSE)) { require_once DRUPAL_ROOT . '/includes/database/database.inc'; + spl_autoload_register('db_autoload'); } // We use the default theme as the maintenance theme. If a default theme -- cgit v1.2.3