Skip to content

Commit

Permalink
Merge pull request #51 from emodric/fix_unsetting_legacy_kernel_alias
Browse files Browse the repository at this point in the history
Remove uneeded resetting of ezpublish_legacy.kernel alias
  • Loading branch information
andrerom committed Mar 2, 2016
2 parents d2c5534 + c5bf6c2 commit 6b1c9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mvc/Kernel/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ public function resetKernel()
$this->cliHandler = null;
$this->restHandler = null;

$this->container->set('ezpublish_legacy.kernel', null);
$this->container->set('ezpublish_legacy.kernel.lazy', null);
$this->container->set('ezpublish_legacy.kernel_handler.web', null);
$this->container->set('ezpublish_legacy.kernel_handler.cli', null);
Expand Down

0 comments on commit 6b1c9e3

Please sign in to comment.