In systems_module.inc line 17 reads
'#default_value' => variable_get('system_collapse', 1)
Should be
'#default_value' => variable_get('util_system_collapse', 1)
In systems_module.inc line 17 reads
'#default_value' => variable_get('system_collapse', 1)
Should be
'#default_value' => variable_get('util_system_collapse', 1)
Comments
Comment #1
litwol commentedfixed in current dev release
Comment #2
(not verified) commented