Skip to content

Commit

Permalink
[bug-OpenMage#346] Typo in Mage_HTTP_Client_Curl::curlOptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored and edannenberg committed Jul 17, 2018
1 parent c1fa978 commit 38b951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mage/HTTP/Client/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ protected function curlOption($name, $value)
*/
protected function curlOptions($array)
{
curl_setopt_array($this->_ch, $arr);
curl_setopt_array($this->_ch, $array);
}

/**
Expand Down

0 comments on commit 38b951b

Please sign in to comment.