Correct implementation of MultiCurl::setProxyAuth()

This commit is contained in:
Zach Borboa
2019-05-11 23:04:55 -07:00
parent 1e615d340e
commit 8e5a0a29c3
+1 -1
View File
@@ -581,7 +581,7 @@ class MultiCurl
*/
public function setProxyAuth($auth)
{
$this-setOpt(CURLOPT_PROXYAUTH, $auth);
$this->setOpt(CURLOPT_PROXYAUTH, $auth);
}
/**