]> granicus.if.org Git - php/commitdiff
* Use raiseError(), like it's done in the rest of class also.
authorMartin Jansen <mj@php.net>
Fri, 6 Jun 2003 16:07:15 +0000 (16:07 +0000)
committerMartin Jansen <mj@php.net>
Fri, 6 Jun 2003 16:07:15 +0000 (16:07 +0000)
# Bug: 23932

pear/PEAR/Command/Registry.php

index 01029df1ac2bab4f356dda65699bd6bf76732bbf..f93f7240f5c2521344b02a5a161823f216b1c0f1 100644 (file)
@@ -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']);