1 getUrl was missed
This commit is contained in:
parent
aac32d24bd
commit
be7b5c38a9
1 changed files with 1 additions and 1 deletions
|
|
@ -3356,7 +3356,7 @@ sub www_editRegistrant {
|
|||
return $self->session->privilege->insufficient unless ($self->canAddEvents);
|
||||
my $i18n = WebGUI::International->new($self->session,'Asset_EventManagementSystem');
|
||||
my $f = WebGUI::HTMLForm->new($self->session, (
|
||||
action => $self->getUrl("?func=editRegistrantSave;badgeId=".$badgeId)
|
||||
action => $self->getUrl("func=editRegistrantSave;badgeId=".$badgeId)
|
||||
));
|
||||
my $data = {};
|
||||
if ($error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue