--- loncom/auth/lonauth.pm 2003/09/16 19:23:47 1.56 +++ loncom/auth/lonauth.pm 2003/09/20 17:44:22 1.57 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.56 2003/09/16 19:23:47 www Exp $ +# $Id: lonauth.pm,v 1.57 2003/09/20 17:44:22 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -271,7 +271,7 @@ sub handler { return OK; } - &Apache::lonlocal::get_language_handle(); + &Apache::lonlocal::get_language_handle($r); my $buffer; $r->read($buffer,$r->header_in('Content-length'),0);