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.