Fix a typo in the EMS www_printBadge

This commit is contained in:
Colin Kuskie 2011-10-27 21:29:32 -07:00
parent 7c1e81a761
commit 36dec3b094

View file

@ -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);
}