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

arhak’s picture

Status: Active » Needs review

CNR

eafarris’s picture

Status: Needs review » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.