From ad6c1f34d47a6b0c8e80726e6fc12b7062dd563d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 3 Dec 2005 23:15:19 +0000 Subject: [PATCH] fixing broken template var in getRequiredProfileFields --- lib/WebGUI/Operation/Profile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }