- πΊπ¦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
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;
Closed: outdated
Code
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