fix
This commit is contained in:
parent
30a77937bf
commit
c323cd5830
1 changed files with 1 additions and 1 deletions
|
|
@ -2366,7 +2366,7 @@ sub www_saveRegistrantInfo {
|
||||||
|
|
||||||
$self->session->scratch->set('currentBadgeId',$badgeId);
|
$self->session->scratch->set('currentBadgeId',$badgeId);
|
||||||
my $nameOfEventAdded = $self->getEventName($self->session->scratch->get('currentMainEvent'));
|
my $nameOfEventAdded = $self->getEventName($self->session->scratch->get('currentMainEvent'));
|
||||||
return $self->www_search($nameOfEventAdded);
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue