--- loncom/auth/lonauth.pm 2006/10/10 21:57:12 1.85 +++ loncom/auth/lonauth.pm 2006/10/12 18:18:01 1.86 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.85 2006/10/10 21:57:12 albertel Exp $ +# $Id: lonauth.pm,v 1.86 2006/10/12 18:18:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -50,7 +50,7 @@ sub success { my $cookie = &Apache::loncommon::init_user_environment($r, $username, $domain, $authhost, $form, - $extra_env); + {'extra_env' => $extra_env,}); my $public=($username eq 'public' && $domain eq 'public');