Move Project Manager i18n into the Asset namespace
This commit is contained in:
parent
d150ac55a3
commit
d9dc3ef608
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session,'ProjectManager');
|
||||
my $i18n = WebGUI::International->new($session,'Asset_ProjectManager');
|
||||
my %properties;
|
||||
tie %properties, 'Tie::IxHash';
|
||||
%properties = (
|
||||
|
|
@ -177,7 +177,7 @@ sub purge {
|
|||
sub setSessionVars {
|
||||
my $self = shift;
|
||||
my $session = $self->session;
|
||||
my $i18n = WebGUI::International->new($session,'ProjectManager');
|
||||
my $i18n = WebGUI::International->new($session,'Asset_ProjectManager');
|
||||
|
||||
return ($session,$session->privilege,$session->form,$session->db,$session->datetime,$i18n,$session->user);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue