projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee1cfb
)
Auth - experimentell: $::auth dbh wieder cachen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 5 Dec 2014 10:16:46 +0000
(11:16 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 5 Dec 2014 10:16:46 +0000
(11:16 +0100)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
374a9f2
..
0dad2d5
100644
(file)
--- 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} = { };