diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/core/lib/Drupal/Core/DrupalKernel.php index 8798f8f..8c3f5a3 100644 --- a/core/lib/Drupal/Core/DrupalKernel.php +++ b/core/lib/Drupal/Core/DrupalKernel.php @@ -322,7 +322,7 @@ public function boot() { // Start a page timer: Timer::start('page'); - drupal_classloader($this->classLoader); + drupal_classloader(); // Load legacy and other functional code. require_once DRUPAL_ROOT . '/core/includes/common.inc';