Notice: Undefined index: class in template_preprocess_galleryformatter_formatter_galleryformatter_default() (line 80 of \galleryformatter\includes\galleryformatter.theme.inc).
php 5.3.16

old

 case 'colorbox':
              $link_attributes['class'] .= ' colorbox';
              $link_attributes['rel'] = 'gallery-['. $slideset_id .']';
            break;

fix.
new

 case 'colorbox':
              $link_attributes['class']='';
              $link_attributes['class'] .= ' colorbox';
              $link_attributes['rel'] = 'gallery-['. $slideset_id .']';
            break;

Comments

astonvictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks