소스 검색

[FrameworkBundle] Initialize the listenerId property in the ContainerAwareEventDispatcher class

Victor Berchet 14 년 전
부모
커밋
b45d117fbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/ContainerAwareEventDispatcher.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/ContainerAwareEventDispatcher.php

@@ -34,7 +34,7 @@ class ContainerAwareEventDispatcher extends EventDispatcher
      * The service IDs of the event listeners and subscribers
      * @var array
      */
-    private $listenerIds;
+    private $listenerIds = array();
 
     /**
      * Constructor.