From cd62e6ed02e96bc3af7d54328aa2084211886c19 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 4 Apr 2011 12:50:16 +1200 Subject: [PATCH] Bug 5917 : Fixing a problem with login --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index d3a107f4a4..6388b5b864 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -981,7 +981,7 @@ sub checkauth { url => $self_url, LibraryName => C4::Context->preference("LibraryName"), ); - $template->param( \%info ); + $template->param( %info ); # $cookie = $query->cookie(CGISESSID => $session->id # ); print $query->header( -- 2.39.2