mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
remove unnecessary notice generator in certain cases
This commit is contained in:
parent
4ffdb4253a
commit
577cf36f91
@ -404,7 +404,6 @@ class PEAR_Downloader extends PEAR_Common
|
||||
$this->log(0, "Package '{$curinfo['package']}' already installed, skipping");
|
||||
return false;
|
||||
}
|
||||
$curver = $curinfo['version'];
|
||||
$releases = $this->_remote->call('package.info', $pkgfile, 'releases');
|
||||
if (!count($releases)) {
|
||||
return $this->raiseError("No releases found for package '$pkgfile'");
|
||||
|
Loading…
Reference in New Issue
Block a user