Bug 5917 : Fixing a problem with login
This commit is contained in:
parent
4594a053bd
commit
cd62e6ed02
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue