mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
remove unnecessary notice generator in certain cases
This commit is contained in:
parent
4ffdb4253a
commit
577cf36f91
1 changed files with 0 additions and 1 deletions
|
@ -404,7 +404,6 @@ class PEAR_Downloader extends PEAR_Common
|
||||||
$this->log(0, "Package '{$curinfo['package']}' already installed, skipping");
|
$this->log(0, "Package '{$curinfo['package']}' already installed, skipping");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$curver = $curinfo['version'];
|
|
||||||
$releases = $this->_remote->call('package.info', $pkgfile, 'releases');
|
$releases = $this->_remote->call('package.info', $pkgfile, 'releases');
|
||||||
if (!count($releases)) {
|
if (!count($releases)) {
|
||||||
return $this->raiseError("No releases found for package '$pkgfile'");
|
return $this->raiseError("No releases found for package '$pkgfile'");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue