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

This commit is contained in:
Martin Jansen 2003-02-01 09:36:17 +00:00
parent 729e470ced
commit 447bd814a2

View File

@ -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']);