Merge remote-tracking branch 'AydinHassan/hotfix/init-virtual-packages'

main
Jordi Boggiano 10 years ago
commit 5c42cc8c8c

@ -333,8 +333,7 @@ EOT
} }
while (null !== $package = $dialog->ask($output, $prompt)) { while (null !== $package = $dialog->ask($output, $prompt)) {
$matches = $this->findPackages($package); $matches = array_values($this->findPackages($package));
if (count($matches)) { if (count($matches)) {
$exactMatch = null; $exactMatch = null;
$choices = array(); $choices = array();

Loading…
Cancel
Save