fixed typo

This commit is contained in:
JT Smith 2005-12-16 18:48:01 +00:00
parent ec7b31dcfc
commit 19dba14c44

View file

@ -128,6 +128,7 @@ sub formField {
my $self = shift;
my $properties = shift || {};
my $withWrapper = shift;
my $u = shift;
$properties->{label} = $self->getLabel unless $properties->{label};
$properties->{fieldType} = $self->get("fieldType");
$properties->{name} = $self->getId;