mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-05 07:16:27 +00:00
Correct implementation of MultiCurl::setProxyAuth()
This commit is contained in:
@@ -581,7 +581,7 @@ class MultiCurl
|
||||
*/
|
||||
public function setProxyAuth($auth)
|
||||
{
|
||||
$this-setOpt(CURLOPT_PROXYAUTH, $auth);
|
||||
$this->setOpt(CURLOPT_PROXYAUTH, $auth);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user