Index: branches/5.2.x/units/payment_type_currencies/payment_type_currencies_tag_processor.php =================================================================== diff -u -N -r14258 -r15141 --- branches/5.2.x/units/payment_type_currencies/payment_type_currencies_tag_processor.php (.../payment_type_currencies_tag_processor.php) (revision 14258) +++ branches/5.2.x/units/payment_type_currencies/payment_type_currencies_tag_processor.php (.../payment_type_currencies_tag_processor.php) (revision 15141) @@ -1,6 +1,6 @@ Application->recallObject($this->Prefix); - $payment_type_object =& $this->Application->recallObject('pt'); - $currency_object =& $this->Application->recallObject('curr.active'); + $object = $this->Application->recallObject($this->Prefix); + $payment_type_object = $this->Application->recallObject('pt'); + $currency_object = $this->Application->recallObject('curr.active'); $pt_id = $payment_type_object->GetDBField('PaymentTypeId'); $curr_id = $currency_object->GetDBField('CurrencyId');