Index: branches/5.2.x/units/helpers/currency_rates.php =================================================================== diff -u -N -r14839 -r15141 --- branches/5.2.x/units/helpers/currency_rates.php (.../currency_rates.php) (revision 14839) +++ branches/5.2.x/units/helpers/currency_rates.php (.../currency_rates.php) (revision 15141) @@ -91,7 +91,7 @@ function StoreRates($currencies=null) { - $curr_object =& $this->Application->recallObject('curr', null, Array ('skip_autoload' => true)); + $curr_object = $this->Application->recallObject('curr', null, Array ('skip_autoload' => true)); /* @var $curr_object kDBItem */ if ($currencies) {