Warning: Missing argument 4 for entity_property_verbatim_get(), called in modules/entity/includes/entity.property.inc on line 589 and defined in entity_property_verbatim_get() (Line 372 von /home/ftp/sites/all/modules/entity/includes/entity.property.inc).

The function entity_metadata_verbatim_get() used in _userpoints_userpoints_transaction_properties() is deprecated, and actually throws warnings.

To fix it: replace all instances with entity_property_verbatim_get()

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saphemmy’s picture

Assigned: Unassigned » saphemmy
Issue summary: View changes

I will work on this.

saphemmy’s picture

Assigned: saphemmy » Unassigned
Status: Needs work » Needs review
FileSize
1.64 KB

Updated the deprecated code as related to this issue

lucasbaralm’s picture

Assigned: Unassigned » lucasbaralm

i will review this.

lucasbaralm’s picture

Status: Needs review » Reviewed & tested by the community

All occurrences of the deprecated function have been replaced. the warning has been resolved. Marking as RTBC.

lucasbaralm’s picture

Assigned: lucasbaralm » Unassigned