From: Martin Jansen Date: Fri, 6 Jun 2003 16:07:15 +0000 (+0000) Subject: * Use raiseError(), like it's done in the rest of class also. X-Git-Tag: RELEASE_1_0_2~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4cf8debcebd479db2d97c747a1e3fcc2f6a66f8;p=php * Use raiseError(), like it's done in the rest of class also. # Bug: 23932 --- diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 01029df1ac..f93f7240f5 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -227,7 +227,7 @@ installed package.' return $info; } if (empty($info)) { - $this->ui->displayError("Nothing found for `$params[0]'"); + $this->raiseError("Nothing found for `$params[0]'"); return; } unset($info['filelist']);