Closed (duplicate)
Project:
Field Slideshow
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 01:07 UTC
Updated:
21 Oct 2011 at 11:39 UTC
Notice: Undefined property: stdClass::$nid in field_slideshow_field_formatter_view() (line 559 of /drupal7/sites/all/modules/contrib/field_slideshow/field_slideshow.module).
Needs some kind of isset at/after line 556 is this correct:
if(isset($entity->nid)){
$uri['options']['attributes'] = array(
'class' => array('colorbox'),
'rel' => 'field-slideshow[' . $entity->nid . ']',
);
}
It fixes the notice anyway!
Comments
Comment #1
featherbellyOr this:
Comment #2
jdanthinne commentedDuplicate of #1278988: Notice: Undefined property: stdClass::$nid in field_slideshow_field_formatter_view().