Index: branches/5.1.x/core/units/custom_fields/custom_fields_tag_processor.php =================================================================== diff -u -N -r13086 -r13545 --- branches/5.1.x/core/units/custom_fields/custom_fields_tag_processor.php (.../custom_fields_tag_processor.php) (revision 13086) +++ branches/5.1.x/core/units/custom_fields/custom_fields_tag_processor.php (.../custom_fields_tag_processor.php) (revision 13545) @@ -1,6 +1,6 @@ SetDBField('DirectOptions', isset($options['options']) ? $options['options'] : false); } - $o.= $this->Application->ParseBlock($block_params, 1); + $o.= $this->Application->ParseBlock($block_params); $prev_heading = $list->GetDBField('Heading'); $list->GoNext(); $i++;