Closed (fixed)
Project:
Couloir Slideshow
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2009 at 08:18 UTC
Updated:
3 Feb 2009 at 19:13 UTC
In function couloir_slideshow_block (line 340), the name of variable couloir_slideshow_autoplay_dur for when saving is not correct.
A possible patch is :
/**
* Old line : variable_set('couloir_slideshow_dur_'.$delta, $edit['couloir_slideshow_dur']);
*/
variable_set('couloir_slideshow_autoplay_dur_'.$delta, $edit['couloir_slideshow_autoplay_dur']);
/* End of patch */
Comments
Comment #1
ComputerWolf commentedThis was already committed and is in the dev version, just hasn't been part of any releases yet.