Closed (fixed)
Project:
Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2012 at 15:50 UTC
Updated:
13 Jun 2014 at 23:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
logaritmisk commented'fieldable' is not required (hook_entity_info) so there need to be a check to see if has a value.
Comment #2
plachThanks for the patch.
Can we collapse the first two checks into a
!empty($entity_info['fieldable'])one?Comment #3
plachPerformed the clean-up myself on commit. Committed and pushed, thanks.