Merge pull request #1060 from fabpot/fix-show-command-warning
Fix PHP warning in the show command when using the -s flagpull/1054/merge
commit
ecda3ea74c
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue