Index: branches/5.1.x/core/units/helpers/curl_helper.php =================================================================== diff -u -N -r13864 -r13904 --- branches/5.1.x/core/units/helpers/curl_helper.php (.../curl_helper.php) (revision 13864) +++ branches/5.1.x/core/units/helpers/curl_helper.php (.../curl_helper.php) (revision 13904) @@ -1,6 +1,6 @@ Application->HttpQuery->_transformArrays($post_data); + $params_str = ''; foreach ($post_data as $key => $value) { $params_str .= $key.'='.urlencode($value).'&';