diff --git a/lib/WebGUI/Operation/Profile.pm b/lib/WebGUI/Operation/Profile.pm index 7caf15919..9d53004c6 100644 --- a/lib/WebGUI/Operation/Profile.pm +++ b/lib/WebGUI/Operation/Profile.pm @@ -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) }