Fix a syntax error.

This commit is contained in:
Colin Kuskie 2011-12-05 20:56:58 -08:00
parent f20146dece
commit 7791024b0a

View file

@ -107,7 +107,7 @@ sub process {
.WebGUI::Form::Hidden->new($session,{
name=>"op",
value=>"auth"
})-toHtml
})->toHtml
.WebGUI::Form::Hidden->new($session,{
name=>"method",
value=>"login"