Fix bad method call in Auth.pm

Fix bad help key in DataForm
This commit is contained in:
Colin Kuskie 2006-06-07 19:54:29 +00:00
parent f36879c55c
commit ee83a320d0
3 changed files with 2 additions and 4 deletions

View file

@ -14,6 +14,7 @@
- fix: captcha image is blank (Martink Kamerbeek / Procolix)
- fix: Pagination of search results does not work (Martin Kamerbeek / Procolix)
- fix: Workflow Commit with approval Error (Martin Kamerbeek / Procolix)
- fix: Incorrect method call in Auth.pm
6.99.3

View file

@ -248,7 +248,7 @@ sub createAccountSave {
workflowId=>$self->session->setting->get("runOnRegistration"),
methodName=>"new",
className=>"WebGUI::User",
parameters=>$self->session->userId,
parameters=>$self->session->user->userId,
priority=>1
});
}

View file

@ -352,9 +352,6 @@ our $HELP = {
}
]
},
{
'name' => undef
},
{
'required' => 1,
'name' => 'form.send'