Fixed CURLOPT_PROXYUSERPWD

This commit is contained in:
Technosophos
2012-10-26 15:47:44 -05:00
parent 3b09c646ab
commit 07318bdf90

View File

@@ -233,7 +233,7 @@ class CURLTransport implements Transporter {
'proxy.auth' => CURLOPT_PROXYAUTH,
'proxy.port' => CURLOPT_PROXYPORT,
'proxy.type' => CURLOPT_PROXYTYPE,
'proxy.userpwd' => CURLOPT_USERPWD,
'proxy.userpwd' => CURLOPT_PROXYUSERPWD,
);
foreach ($proxyMap as $conf => $opt) {
if (Bootstrap::hasConfig($conf)) {