diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-29 04:45:11 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-29 04:45:11 +0000 |
commit | 1a685474e698ce3e90dbae87f6a1f83966d9ef63 (patch) | |
tree | 309dd1ee9c5321635ef2a676373d324153fe9e1e /includes/install.core.inc | |
parent | 4e90d24dd9ff1474bf679f70a351dee371e87b51 (diff) | |
download | drupal-1a685474e698ce3e90dbae87f6a1f83966d9ef63.tar.gz drupal-1a685474e698ce3e90dbae87f6a1f83966d9ef63.zip |
#851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r-- | includes/install.core.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc index 5b01eb634cd..6a8c6f4407f 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(); |