fixing broken template var in getRequiredProfileFields

This commit is contained in:
Colin Kuskie 2005-12-03 23:15:19 +00:00
parent 372c41e4af
commit ad6c1f34d4

View file

@ -65,7 +65,7 @@ sub getRequiredProfileFields {
fieldType => $method, fieldType => $method,
); );
$hash{'profile.form.element'} = $form->displayForm(); $hash{'profile.formElement'} = $form->displayForm();
$hash{'profile.formElement.label'} = $label; $hash{'profile.formElement.label'} = $label;
push(@array,\%hash) push(@array,\%hash)
} }