Index: branches/5.2.x/units/product_option_combinations/product_option_formatters.php =================================================================== diff -u -N -r15141 -r16673 --- branches/5.2.x/units/product_option_combinations/product_option_formatters.php (.../product_option_formatters.php) (revision 15141) +++ branches/5.2.x/units/product_option_combinations/product_option_formatters.php (.../product_option_formatters.php) (revision 16673) @@ -1,6 +1,6 @@ GetFieldOptions($field_name); @@ -86,7 +86,7 @@ * @param string $format * @return string */ - function Format($value, $field_name, $object, $format=null) + function Format($value, $field_name, &$object, $format=null) { $options = $object->GetFieldOptions($field_name); $converted = array_key_exists('converted', $options) ? $options['converted'] : false; @@ -140,4 +140,4 @@ } return $price; } - } \ No newline at end of file + }