Better i18n handling of getName.
This commit is contained in:
parent
18b89ee15b
commit
a40189ccc0
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ sub getName {
|
|||
WebGUI::Error::InvalidParam->throw(error => q{Must provide a session variable})
|
||||
unless ref $session eq 'WebGUI::Session';
|
||||
|
||||
return WebGUI::International->new($session, 'Asset')->get(@{ $class->meta->pluginName });
|
||||
return WebGUI::International->new($session)->get(@{ $class->meta->pluginName });
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue