I get this messages wherever I display the button field

Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).
Notice: Undefined property: stdClass::$language in button_field_dummy_form() (line 24 of C:\xampp\htdocs\drupal7\sites\all\modules\button_field\button_field.module).

Any solution to this issue ?

Thanks

Comments

BassistJimmyJam’s picture

Status: Active » Fixed

This has been resolved in 483b6de.

BassistJimmyJam’s picture

Title: button notices » Notice: Undefined property: stdClass::$language in button_field_dummy_form()

Status: Fixed » Closed (fixed)

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

mortona2k’s picture

I manually applied the change referenced in #1, which fixed it. Can you cut a new version, or make the dev version available?

  • Commit 483b6de on 7.x-1.x, 8.x-1.x by BassistJimmyJam:
    Issue #1623534 by jayaram: Modified how we get the language of for a...