file :
slideshow_creator.inc - line : #130

'#link' => empty($dir_attributes[3]) ? '' : $file,
--- this line should be :

'#link' => empty($dir_attributes[3]) ? $file : $dir_attributes[3],

Comments

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.