소스 검색

[HttpKernel] fixed typo

Fabien Potencier 14 년 전
부모
커밋
622d228090
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;