Bug 5917 : Fixing a problem with login

This commit is contained in:
Chris Cormack 2011-04-04 12:50:16 +12:00
parent 4594a053bd
commit cd62e6ed02

View file

@ -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(