Index: branches/5.2.x/units/taxesdestinations/taxes_dst_event_handler.php =================================================================== diff -u -N -r15134 -r15141 --- branches/5.2.x/units/taxesdestinations/taxes_dst_event_handler.php (.../taxes_dst_event_handler.php) (revision 15134) +++ branches/5.2.x/units/taxesdestinations/taxes_dst_event_handler.php (.../taxes_dst_event_handler.php) (revision 15141) @@ -1,6 +1,6 @@ Application->GetVar($event->getPrefixSpecial(true)); - $tax_object =& $this->Application->recallObject('tax'); + $tax_object = $this->Application->recallObject('tax'); /* @var $tax_object kDBItem */ $std_dest_id = $this->Application->GetVar('StatesCountry'); if ( $items_info ) { - $taxdest =& $this->Application->recallObject($event->getPrefixSpecial(true), null); + $taxdest = $this->Application->recallObject($event->getPrefixSpecial(true), null); /* @var $taxdest kDBItem */ $parent_info =& $object->GetLinkedInfo(); @@ -118,7 +118,7 @@ $object->SetDBField('TaxZoneId', $this->Application->GetVar('tax_id')); } - $tax_object =& $this->Application->recallObject('tax'); + $tax_object = $this->Application->recallObject('tax'); /* @var $tax_object kDBItem */ if ( $tax_object->GetDBField('Type') == 3 ) {