From 277476aae2724e62d804e7bedbe5d7d804ebe70c Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Wed, 8 Mar 2017 09:22:59 -0500 Subject: [PATCH] Fix #2658 - Remove invalidateContainer() during full bootstrap --- src/Boot/DrupalBoot8.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Boot/DrupalBoot8.php b/src/Boot/DrupalBoot8.php index 7feb23a1d0..6de27f51cc 100644 --- a/src/Boot/DrupalBoot8.php +++ b/src/Boot/DrupalBoot8.php @@ -146,7 +146,6 @@ function bootstrap_drupal_full() { if (!drush_get_context('DRUSH_QUIET', FALSE)) { ob_start(); } - $this->kernel->invalidateContainer(); $this->kernel->boot(); $this->kernel->prepareLegacyRequest($this->request); if (!drush_get_context('DRUSH_QUIET', FALSE)) {