From: Greg Beaver Date: Mon, 1 Dec 2003 01:00:57 +0000 (+0000) Subject: 2 bugs found here X-Git-Tag: php-5.0.0b3RC1~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e60df640e22351f96445d7e225c9da79f22e3ef;p=php 2 bugs found here --- diff --git a/pear/PEAR/Installer-minus-download.php b/pear/PEAR/Installer-minus-download.php index 0d35691896..33860959b9 100644 --- a/pear/PEAR/Installer-minus-download.php +++ b/pear/PEAR/Installer-minus-download.php @@ -581,6 +581,8 @@ class PEAR_Installer extends PEAR_Downloader { // trickiness: initialize here parent::PEAR_Downloader($this->ui, $options, $config); + $errors = $this->getErrorMsgs(); + $installpackages = $this->getDownloadedPackages(); return parent::download($packages); }