diff options
-rw-r--r-- | pear/PEAR/Command/Registry.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']); |