Index: branches/5.3.x/units/gateways/gw_classes/rightconnect.php =================================================================== diff -u -N -r15671 -r16522 --- branches/5.3.x/units/gateways/gw_classes/rightconnect.php (.../rightconnect.php) (revision 15671) +++ branches/5.3.x/units/gateways/gw_classes/rightconnect.php (.../rightconnect.php) (revision 16522) @@ -1,6 +1,6 @@ Application->ConfigValue('DefaultEmailSender'); + /** @var kCurlHelper $curl_helper */ $curl_helper = $this->Application->recallObject('CurlHelper'); - /* @var $curl_helper kCurlHelper */ $curl_helper->SetPostData($post_fields); $this->gw_responce = $curl_helper->Send($gw_params['submit_url']);