Created on 23 September 2012, about 12 years ago
Updated 13 November 2024, 3 days 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

  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    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

Production build 0.71.5 2024