fix tests for www_auth. fix deprecate for callers
This commit is contained in:
parent
5a2d4d8d03
commit
f515d85b2d
5 changed files with 32 additions and 17 deletions
|
|
@ -773,7 +773,6 @@ The initial login screen an unauthenticated user sees
|
|||
sub www_displayLogin {
|
||||
my $self = shift;
|
||||
my $vars;
|
||||
print "WebGUI->www_displayLogin\n";
|
||||
return $self->www_displayAccount($_[0]) if ($self->isRegistered);
|
||||
my $i18n = WebGUI::International->new($self->session);
|
||||
$vars->{'login.message'} = '<ul>'.$_[0].'</ul>' if ($_[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue