---
C4/Auth.pm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/C4/Auth.pm b/C4/Auth.pm
index 92f9c19..83dafb0 100755
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -1167,7 +1167,9 @@ will be created.
=cut
-sub get_session { C4::Context->session(shift); }
+sub get_session {
+ CGI::Session->new(C4::Context->session(shift));
+}
sub checkpw {
--
1.5.5.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches