fixing broken template var in getRequiredProfileFields
This commit is contained in:
parent
372c41e4af
commit
ad6c1f34d4
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ sub getRequiredProfileFields {
|
|||
fieldType => $method,
|
||||
);
|
||||
|
||||
$hash{'profile.form.element'} = $form->displayForm();
|
||||
$hash{'profile.formElement'} = $form->displayForm();
|
||||
$hash{'profile.formElement.label'} = $label;
|
||||
push(@array,\%hash)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue