Explorar o código

[HttpKernel] fixed typo

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
622d228090
Modificáronse 1 ficheiros con 1 adicións e 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;