Closed (fixed)
Project:
Open Atrium
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2013 at 18:09 UTC
Updated:
21 Jun 2013 at 21:10 UTC
Fatal error on like 325 in field.attach.inc
Current
if (isset($wrapper->field_deleted_summary)) {
$body_value = field_view_field($context['entity_type'], $context['entity'], 'body', array(
Proposed
if (isset($wrapper->field_deleted_summary) && field_info_instance($context['entity_type'], $context['entity'], 'body')) {
Or want to do something else in case of no body field?
Comments
Comment #1
hefox commented