fix bad accessor assignments
This commit is contained in:
parent
00d97170f9
commit
cf23a67ae5
5 changed files with 5 additions and 5 deletions
|
|
@ -108,7 +108,7 @@ sub toHtml {
|
|||
if ($self->get('value') eq $key) {
|
||||
$checked = 1;
|
||||
}
|
||||
$output .= WebGUI::Form::Radio->new({
|
||||
$output .= WebGUI::Form::Radio->new($self->session, {
|
||||
name=>$self->get('name'),
|
||||
value=>$key,
|
||||
extras=>$self->get('extras'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue