[HttpKernel] fixed typo

This commit is contained in:
Fabien Potencier 2011-01-23 14:10:12 +01:00
parent 09aeb78634
commit 622d228090

View File

@ -389,6 +389,7 @@ abstract class Kernel implements HttpKernelInterface, \Serializable
{
// init bundles
$this->bundles = array();
$this->bundleMap = array();
foreach ($this->registerBundles() as $bundle) {
$name = $bundle->getName();
$this->bundles[$name] = $bundle;