From cadf0051ee1b26ae297ff811ed34a90f75dedd55 Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Sun, 15 Jan 2006 01:12:04 +0000 Subject: [PATCH] Compile error --- lib/WebGUI/Operation/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/Auth.pm b/lib/WebGUI/Operation/Auth.pm index f4102b24b..edaa94acb 100644 --- a/lib/WebGUI/Operation/Auth.pm +++ b/lib/WebGUI/Operation/Auth.pm @@ -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);