International macro was broken

This commit is contained in:
Colin Kuskie 2006-05-05 21:22:38 +00:00
parent 6be1d2f76e
commit ab53a8bf17

View file

@ -40,7 +40,7 @@ The namespace to pull the label from.
#-------------------------------------------------------------------
sub process {
my ($self, $session, $key, $namespace) = @_;
my ($session, $key, $namespace) = @_;
my $i18n = WebGUI::International->new($session);
return $i18n->get($key, $namespace);
}