diff options
-rw-r--r-- | inc/HTTPClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php index 1b9e82fe6..18f4435bc 100644 --- a/inc/HTTPClient.php +++ b/inc/HTTPClient.php @@ -150,7 +150,7 @@ class HTTPClient { if(!empty($uri['query'])) $path .= '?'.$uri['query']; $port = $uri['port']; if($uri['user']) $this->user = $uri['user']; - if($uri['pass']) $this->user = $uri['pass']; + if($uri['pass']) $this->pass = $uri['pass']; // proxy setup if($this->proxy_host){ |