end of test program sweeps for dictionary lookups via subroutine instead
of object method.
This commit is contained in:
parent
26700d9ac0
commit
edfaa153b9
16 changed files with 91 additions and 162 deletions
|
|
@ -152,7 +152,8 @@ sub authenticate {
|
|||
return 1;
|
||||
}
|
||||
$self->user(WebGUI::User->new($self->session,1));
|
||||
$self->error(WebGUI::International::get(68));
|
||||
my $i18n = WebGUI::International->new($self->session);
|
||||
$self->error($i18n->get(68));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue