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],
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