Closed (fixed)
Project:
Slideshow Creator
Version:
6.x-1.32
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Dec 2008 at 03:03 UTC
Updated:
8 Jan 2009 at 03:10 UTC
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