From d7a63ff98814c19108808624b957c6335c58caa5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Nov 2010 20:37:34 +0000 Subject: - Patch #851136 by Damien Tournoud, Crell, chx: make the database autoloading more robust. --- includes/theme.maintenance.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 7cc03126f..4950d8278 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -41,7 +41,6 @@ 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