Skip to content

Commit 36dec3b

Browse files
committedOct 28, 2011
Fix a typo in the EMS www_printBadge
1 parent 7c1e81a commit 36dec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/WebGUI/Asset/Wobject/EventManagementSystem.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ sub www_printBadge {
26372637

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

0 commit comments

Comments
 (0)
Please sign in to comment.