more missing session vars in form calls
This commit is contained in:
parent
16f19421a6
commit
9c07548c71
10 changed files with 22 additions and 29 deletions
|
|
@ -202,7 +202,7 @@ sub www_editProfileField {
|
|||
next if $form eq 'DynamicField';
|
||||
my $cmd = join '::', 'WebGUI::Form', $form;
|
||||
eval "use $cmd";
|
||||
my $w = eval "$cmd->new();";
|
||||
my $w = eval "$cmd->new($session);";
|
||||
push @profileForms, $form if $w->{profileEnabled};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue