浏览代码

[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.