Closed (fixed)
Project:
wf_field
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 20:44 UTC
Updated:
2 Aug 2011 at 10:41 UTC
Nagging message due to copy-and-past mistake:
function wf_field_property_get($entity, array $options, $name, $entity_type, &$context) {
module_load_include('inc', 'wf_field', 'includes/wf_field_property.wrapper');
// @todo clarify
- return new WfFieldPropertyWrapper($entity, $options, $name, $entity_type, &$context);
+ return new WfFieldPropertyWrapper($entity, $options, $name, $entity_type, $context);
}
Comments
Comment #1
frega commented