1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

- Fix #1330, unused variable

This commit is contained in:
Pierre Joye
2004-05-16 15:39:07 +00:00
parent 59727034b7
commit d049b24dfd

View File

@@ -303,7 +303,6 @@ package if needed.
$downloaded = $this->downloader->getDownloadedPackages();
$this->installer->sortPkgDeps($downloaded);
foreach ($downloaded as $pkg) {
$bn = basename($pkg['file']);
$info = $this->installer->install($pkg['file'], $options, $this->config);
if (is_array($info)) {
if ($this->config->get('verbose') > 0) {