mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
remove unnecessary notice generator in certain cases
This commit is contained in:
@@ -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'");
|
||||
|
||||
Reference in New Issue
Block a user