Remove some deprecated form code.
This commit is contained in:
parent
dbc84086b4
commit
f4b248f76f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ sub toHtml {
|
||||||
$output .= '>'.$options->{$key}.'</option>';
|
$output .= '>'.$options->{$key}.'</option>';
|
||||||
}
|
}
|
||||||
$output .= '</select>'."\n";
|
$output .= '</select>'."\n";
|
||||||
$output .= WebGUI::Form::Hidden($session, { name => $self->privateName('isIn'), value => 1, });
|
$output .= WebGUI::Form::Hidden->new($session, { name => $self->privateName('isIn'), value => 1, })->toHtml;
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue