Index: branches/5.2.x/units/helpers/ecb_currency_rates.php =================================================================== diff -u -N -r14839 -r15141 --- branches/5.2.x/units/helpers/ecb_currency_rates.php (.../ecb_currency_rates.php) (revision 14839) +++ branches/5.2.x/units/helpers/ecb_currency_rates.php (.../ecb_currency_rates.php) (revision 15141) @@ -26,7 +26,7 @@ { $xml_parser = xml_parser_create(); - $curl_helper =& $this->Application->recallObject('CurlHelper'); + $curl_helper = $this->Application->recallObject('CurlHelper'); /* @var $curl_helper kCurlHelper */ $xml = $curl_helper->Send($this->RateSource);