]> granicus.if.org Git - php/commitdiff
* PEAR_Common::downloadHttp no longer wants a config object
authorStig Bakken <ssb@php.net>
Mon, 29 Apr 2002 06:23:51 +0000 (06:23 +0000)
committerStig Bakken <ssb@php.net>
Mon, 29 Apr 2002 06:23:51 +0000 (06:23 +0000)
pear/PEAR/Command/Remote.php

index 4014149a7f8d07618d1cbec32e55bdb847372cb7..d9922021418ba4f80152fdbe37dd069036e52bc1 100644 (file)
@@ -125,7 +125,7 @@ class PEAR_Command_Remote extends PEAR_Command_Common
                     $pkgfile = $params[0];
                 }
                 $this->bytes_downloaded = 0;
-                $saved = PEAR_Common::downloadHttp($pkgfile, $this->ui, $this->config, '.',
+                $saved = PEAR_Common::downloadHttp($pkgfile, $this->ui, '.',
                                                    array(&$this, 'downloadCallback'));
                 if (PEAR::isError($saved)) {
                     return $this->raiseError($saved);