diff options
-rw-r--r-- | pear/PEAR/Command/Install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 96a413f4c8..8026a7bfb1 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -335,7 +335,7 @@ package if needed. return $this->raiseError("Please supply the package you want to bundle"); } $pkgfile = $params[0]; - + $need_download = false; if (preg_match('#^(http|ftp)://#', $pkgfile)) { $need_download = true; } elseif (!@is_file($pkgfile)) { |