From 46b5bd4244f6e423dc20850e43117dc53330cc29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 5 Dec 2014 11:16:46 +0100 Subject: [PATCH] Auth - experimentell: $::auth dbh wieder cachen. --- SL/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Auth.pm b/SL/Auth.pm index 374a9f2ff..0dad2d598 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -44,7 +44,7 @@ sub new { sub reset { my ($self, %params) = @_; - delete $self->{dbh}; +# delete $self->{dbh}; $self->{SESSION} = { }; $self->{FULL_RIGHTS} = { }; $self->{RIGHTS} = { }; -- 2.20.1