Skip to content

Commit

Permalink
Merge pull request #346 from sreichel/hotfix/typo/curlOptions
Browse files Browse the repository at this point in the history
Fixed typo in Mage_HTTP_Client_Curl, fixes #281
  • Loading branch information
colinmollenhour committed Sep 26, 2017
2 parents 2331d44 + cfc0483 commit 2f07878
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 2f07878

Please sign in to comment.