Skip to content

Commit

Permalink
Fix #2658 - Remove invalidateContainer() during full bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Mar 8, 2017
1 parent 3171b7d commit 277476a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Boot/DrupalBoot8.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 277476a

Please sign in to comment.