Created on 23 September 2012, over 12 years ago
Updated 13 November 2024, about 1 month ago

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;
πŸ› Bug report
Status

Closed: outdated

Component

Code

Created by

πŸ‡§πŸ‡ΎBelarus Alexandr.P

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024