summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2004-05-16 15:39:07 +0000
committerPierre Joye <pajoye@php.net>2004-05-16 15:39:07 +0000
commitd049b24dfd22baefcc2bd1d57fb6d625b4cafafd (patch)
tree60bf8cd2e10d695518e5c9d1a4cb3eecb0e51dd0
parent59727034b7a7ec425780e4ede9c2377bed86e5f3 (diff)
downloadphp-git-d049b24dfd22baefcc2bd1d57fb6d625b4cafafd.tar.gz
- Fix #1330, unused variable
-rw-r--r--pear/PEAR/Command/Install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php
index 301749f7ae..f804a838e3 100644
--- a/pear/PEAR/Command/Install.php
+++ b/pear/PEAR/Command/Install.php
@@ -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) {