Browse Source

* displayLine() is deprecated, so better use displayError() here.

PHP-5
Martin Jansen 24 years ago
parent
commit
447bd814a2
  1. 2
      pear/PEAR/Command/Registry.php

2
pear/PEAR/Command/Registry.php

@ -227,7 +227,7 @@ installed package.'
return $info;
}
if (empty($info)) {
$this->ui->displayLine("Nothing found for `$params[0]'");
$this->ui->displayError("Nothing found for `$params[0]'");
return;
}
unset($info['filelist']);

Loading…
Cancel
Save