Bug 5917 : Fixing a problem with login
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 4 Apr 2011 00:50:16 +0000 (12:50 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 4 Apr 2011 00:56:01 +0000 (12:56 +1200)
C4/Auth.pm

index d3a107f..6388b5b 100644 (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(