1
0
Fork 0

Fix uninitialized var, fixes #2539

pull/2326/head
Jordi Boggiano 2013-12-31 15:16:36 +01:00
parent 1b789d5226
commit a5c6319d46
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ EOT
$versionParser = new VersionParser;
$packages = array();
foreach ($repo->getPackages() as $package) {
$packages[$package->getName()] = $package;
}