oops
This commit is contained in:
parent
a83a01f80b
commit
82433e8873
1 changed files with 1 additions and 1 deletions
|
|
@ -2436,7 +2436,7 @@ sub www_saveRegistration {
|
|||
email => $email
|
||||
};
|
||||
$details->{userId} = $userId if ($userId && $userId ne '1');
|
||||
$details->{createdByUserId} = $self->session->var->get('userId') (if $addingNew && $userId ne '1');
|
||||
$details->{createdByUserId} = $self->session->var->get('userId') if ($addingNew && $userId ne '1');
|
||||
$badgeId = $self->setCollateral("EventManagementSystem_badges", "badgeId",$details,0,0);
|
||||
|
||||
my $shoppingCart = WebGUI::Commerce::ShoppingCart->new($self->session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue