Browse Source

[HttpKernel] fixed typo

Fabien Potencier 14 years ago
parent
commit
622d228090
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Symfony/Component/HttpKernel/Kernel.php

+ 1 - 0
src/Symfony/Component/HttpKernel/Kernel.php

@@ -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;