diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 9060a0e2065..1e446f01b35 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -2244,7 +2244,6 @@ function _drupal_bootstrap_database() { // The database autoload routine comes first so that we can load the database // system without hitting the database. That is especially important during // the install or upgrade process. - spl_autoload_register('db_autoload'); spl_autoload_register('drupal_autoload_class'); spl_autoload_register('drupal_autoload_interface'); } |