Browse Source

Added missing variable

Vladimir Kartaviy 10 years ago
parent
commit
9f0d36290b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/EventDispatcher/EventDispatcher.php

+ 1 - 0
src/Composer/EventDispatcher/EventDispatcher.php

@@ -44,6 +44,7 @@ class EventDispatcher
     protected $io;
     protected $loader;
     protected $process;
+    protected $listeners;
 
     /**
      * Constructor.