[FrameworkBundle] Initialize the listenerId property in the ContainerAwareEventDispatcher class

This commit is contained in:
Victor Berchet 2011-04-18 14:52:50 +02:00
parent eca195c8fe
commit b45d117fbf

View File

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