summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc
index 5b01eb634..6a8c6f440 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -289,7 +289,6 @@ 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();