Closed (fixed)
Project:
Freelinking
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 00:27 UTC
Updated:
31 Dec 2008 at 20:10 UTC
default value 'none' doesn't appear selected
line 153:
'#default_value' => variable_get("freelinking_restriction", 'none'),
should be an array, since it's a multi select:
'#default_value' => variable_get("freelinking_restriction", array('none')),
Comments
Comment #1
arhak commentedCNR
Comment #2
eafarris commentedI could not reproduce this bug, but committed the fix anyway since it seems logical.
Fixed in freelinking-6.x-1.7. Please verify and close.