International macro was broken
This commit is contained in:
parent
6be1d2f76e
commit
ab53a8bf17
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ The namespace to pull the label from.
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub process {
|
sub process {
|
||||||
my ($self, $session, $key, $namespace) = @_;
|
my ($session, $key, $namespace) = @_;
|
||||||
my $i18n = WebGUI::International->new($session);
|
my $i18n = WebGUI::International->new($session);
|
||||||
return $i18n->get($key, $namespace);
|
return $i18n->get($key, $namespace);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue