1
0
Fork 0

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

pull/3320/head
Jordi Boggiano 2014-10-07 15:51:21 +01:00
commit 5c42cc8c8c
1 changed files with 1 additions and 2 deletions

View File

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