Explorar el Código

[HttpKernel] fixed typo

Fabien Potencier hace 14 años
padre
commit
622d228090
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;