Browse Source

Fix undef variable

Jordi Boggiano 12 years ago
parent
commit
8dab301ade
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/Packagist/WebBundle/Package/Dumper.php

+ 6 - 0
src/Packagist/WebBundle/Package/Dumper.php

@@ -55,6 +55,12 @@ class Dumper
      */
     private $files = array();
 
+    /**
+     * Data cache
+     * @var array
+     */
+    private $individualFiles = array();
+
     /**
      * Constructor
      *