Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2011 at 22:18 UTC
Updated:
7 Jul 2011 at 17:51 UTC
Shouldn't the default value for variable_get be same.
// settings.php:116
variable_get('advanced_forum_collapsible_containers', 'toggle')
// advanced_forum_preprocess_forum_list.inc.php:14
variable_get('advanced_forum_collapsible_containers', 'slide')
Which is the default animation for this?
Comments
Comment #1
mcdruid commentedThanks Scyther.
Looks like this is 'toggle' in both places in the D7 branch.
Same thing committed to 6.x-2.x branch.
Comment #2
mcdruid commentedoops - realised I should have been setting issues to "fixed" rather than "closed (fixed)"