1
0
Fork 0

Merge pull request #1060 from fabpot/fix-show-command-warning

Fix PHP warning in the show command when using the -s flag
pull/1054/merge
Jordi Boggiano 2012-09-04 08:56:01 -07:00
commit ecda3ea74c
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ EOT
// show single package or single version
if ($input->getArgument('package') || !empty($package)) {
$versions = array();
if (empty($package)) {
list($package, $versions) = $this->getPackage($installedRepo, $repos, $input->getArgument('package'), $input->getArgument('version'));