summaryrefslogtreecommitdiff
path: root/pear/PEAR/Downloader.php
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2003-12-01 00:59:14 +0000
committerGreg Beaver <cellog@php.net>2003-12-01 00:59:14 +0000
commit1b95c31c77d06735f2bf3b78bedfc705ab71c02c (patch)
tree1723e2f63da2a9620bb21f7fb592f4b8389c11a5 /pear/PEAR/Downloader.php
parentb27f71ca58c1b7c5eab62942be173ad8dc72ffad (diff)
downloadphp-git-1b95c31c77d06735f2bf3b78bedfc705ab71c02c.tar.gz
2 bugs found
Diffstat (limited to 'pear/PEAR/Downloader.php')
-rw-r--r--pear/PEAR/Downloader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Downloader.php b/pear/PEAR/Downloader.php
index 2b3dec4e58..e7be9624fd 100644
--- a/pear/PEAR/Downloader.php
+++ b/pear/PEAR/Downloader.php
@@ -521,12 +521,12 @@ class PEAR_Downloader extends PEAR_Common
$savestate = array_shift($get);
$this->pushError( "Release for $package dependency $info[name] " .
"has state '$savestate', requires $state");
- continue;
+ return false;
}
if (in_array(strtolower($info['name']), $this->_toDownload) ||
isset($mywillinstall[strtolower($info['name'])])) {
// skip upgrade check for packages we will install
- continue;
+ return false;
}
if (!isset($this->_installed[strtolower($info['name'])])) {
// check to see if we can install the specific version required