Index: branches/5.3.x/units/gateways/gw_tag_processor.php =================================================================== diff -u -r15671 -r15695 --- branches/5.3.x/units/gateways/gw_tag_processor.php (.../gw_tag_processor.php) (revision 15671) +++ branches/5.3.x/units/gateways/gw_tag_processor.php (.../gw_tag_processor.php) (revision 15695) @@ -1,6 +1,6 @@ Application->recallObject( $this->getPrefixSpecial(), $this->Prefix.'_List', $params); - $id_field = $this->Application->getUnitOption($this->Prefix,'IDField'); + $id_field = $this->getUnitConfig()->getIDField(); $list->Query(); $list->GoFirst();