From ee83a320d0ec73696255b396f9e6829e1f6eec47 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 7 Jun 2006 19:54:29 +0000 Subject: [PATCH] Fix bad method call in Auth.pm Fix bad help key in DataForm --- docs/changelog/6.x.x.txt | 1 + lib/WebGUI/Auth.pm | 2 +- lib/WebGUI/Help/Asset_DataForm.pm | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index c33330f7a..a7d0820f6 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -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 diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 3f22f6264..7af98ca17 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -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 }); } diff --git a/lib/WebGUI/Help/Asset_DataForm.pm b/lib/WebGUI/Help/Asset_DataForm.pm index 3e8da81f6..15e111b95 100644 --- a/lib/WebGUI/Help/Asset_DataForm.pm +++ b/lib/WebGUI/Help/Asset_DataForm.pm @@ -352,9 +352,6 @@ our $HELP = { } ] }, - { - 'name' => undef - }, { 'required' => 1, 'name' => 'form.send'