Skip to content

Commit

Permalink
Fix a typo in the EMS www_printBadge
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Oct 28, 2011
1 parent 7c1e81a commit 36dec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Asset/Wobject/EventManagementSystem.pm
Expand Up @@ -2637,7 +2637,7 @@ sub www_printBadge {

$registrant->{token_loop} = [];
foreach my $tokenId (@tokens) {
my $token = WebGUI::Asset::Sku::EMSRibbon->new($session, $tokenId);
my $token = WebGUI::Asset::Sku::EMSToken->new($session, $tokenId);
push (@{$registrant->{token_loop}}, $token->get);
}

Expand Down

0 comments on commit 36dec3b

Please sign in to comment.