Compile error
This commit is contained in:
parent
14444a2b31
commit
cadf0051ee
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ sub www_auth {
|
|||
my $methodCall = shift || $session->form->process("method") || "init";
|
||||
if(!$authMethod->isCallable($methodCall)){
|
||||
$session->errorHandler->security("access uncallable auth method on page '".$session->asset->getTitle."' [".$session->asset->pageId."].");
|
||||
my $i18n = WebGUI::International->new($self->session);
|
||||
my $i18n = WebGUI::International->new($session);
|
||||
return $i18n->get(1077);
|
||||
}
|
||||
return $session->style->userStyle($authMethod->$methodCall);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue