Closed (fixed)
Project:
Button Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Aug 2010 at 11:10 UTC
Updated:
7 Jun 2014 at 23:01 UTC
Jump to comment: Most recent
all versions of button_field.module, line 151, function theme_button_field_formatter_default
line $field = content_fields($element['#field_name']);
needs to be changed to:
$field = content_fields($element['#field_name'], $element['#type_name']);
Comments
Comment #1
BassistJimmyJam commentedThis has been resolved in commit a83f386.