mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
fix error message - was printing an empty preferred state
This commit is contained in:
parent
49a2893adb
commit
d1770cc57f
@ -468,7 +468,7 @@ class PEAR_Downloader extends PEAR_Common
|
||||
"' found for '$pkgfile'");
|
||||
} elseif ($version == 0) {
|
||||
$this->log(0, "Warning: $pkgfile is state '$inf[state]' which is less stable " .
|
||||
"than state '$state'");
|
||||
"than state '$this->_preferredState'");
|
||||
}
|
||||
}
|
||||
// Check if we haven't already the version
|
||||
|
Loading…
Reference in New Issue
Block a user