mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
remove old holdover code that has no purpose
This commit is contained in:
parent
76e83f576c
commit
0b24e0a404
@ -317,11 +317,6 @@ fail if any packages depend on the newer version.'),
|
||||
$errors = array();
|
||||
$downloaded = array();
|
||||
$this->downloader->download($params);
|
||||
if ($command != 'upgrade-all') {
|
||||
for ($i = 0; $i < count($params); $i++) {
|
||||
$params[$i] = $this->downloader->extractDownloadFileName($params[$i], $_tmp);
|
||||
}
|
||||
}
|
||||
$errors = $this->downloader->getErrorMsgs();
|
||||
if (count($errors)) {
|
||||
$err['data'] = array($errors);
|
||||
|
Loading…
Reference in New Issue
Block a user