Index: branches/5.2.x/units/product_options/product_options_tag_processor.php =================================================================== diff -u -N -r13845 -r14099 --- branches/5.2.x/units/product_options/product_options_tag_processor.php (.../product_options_tag_processor.php) (revision 13845) +++ branches/5.2.x/units/product_options/product_options_tag_processor.php (.../product_options_tag_processor.php) (revision 14099) @@ -1,6 +1,6 @@ GetId()]); } else { // radio buttons ? - $selected = unhtmlentities($options[$object->GetId()]) == $val; + $selected = kUtil::unhtmlentities($options[$object->GetId()]) == $val; } } if ($selected) {