Fix bad method call in Auth.pm
Fix bad help key in DataForm
This commit is contained in:
parent
f36879c55c
commit
ee83a320d0
3 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue