Index: branches/RC/core/units/general/helpers/curl_helper.php =================================================================== diff -u -N -r10299 -r10451 --- branches/RC/core/units/general/helpers/curl_helper.php (.../curl_helper.php) (revision 10299) +++ branches/RC/core/units/general/helpers/curl_helper.php (.../curl_helper.php) (revision 10451) @@ -114,7 +114,10 @@ } // $default_options[CURLOPT_HEADERFUNCTION] = Array(&$this, 'ParseHeader'); + + $user_options = $this->options; // backup options, that user set directly $this->setOptions($default_options); + $this->setOptions($user_options); $this->applyOptions(); }