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

ComputerWolf’s picture

Priority: Critical » Normal
Status: Needs review » Closed (fixed)

This was already committed and is in the dev version, just hasn't been part of any releases yet.