corrected a problem with RadioList.pm - where no default value was set, and the form was submitted without selecting one of the radio buttons, getValueFromPost would have returned an empty arrayref.

This commit is contained in:
Matthew Wilson 2006-05-08 13:06:16 +00:00
parent 590fb186c9
commit 23a9a8761b

View file

@ -83,6 +83,9 @@ sub definition {
profileEnabled=>{
defaultValue=>1
},
defaultValue>{
defaultValue=>''
},
});
return $class->SUPER::definition($session, $definition);
}