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

BassistJimmyJam’s picture

Assigned: Unassigned » BassistJimmyJam
Status: Active » Fixed

This has been resolved in commit a83f386.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit a83f386 on 6.x-1.x, 8.x-1.x by BassistJimmyJam:
    Issue #890768 by Alconaft43: Fixed missing $content_type_name parameter...