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:
4eab0cc
)
SL::Auth: Kosmetik (Alignment)
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 10 Feb 2017 14:06:34 +0000
(15:06 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 10 Feb 2017 14:06:34 +0000
(15:06 +0100)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
c2e6f73
..
116d5de
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-55,10
+55,10
@@
sub init {
sub reset {
my ($self, %params) = @_;
- $self->{SESSION}
= { };
- $self->{FULL_RIGHTS}
= { };
- $self->{RIGHTS}
= { };
- $self->{unique_counter}
= 0;
+ $self->{SESSION} = { };
+ $self->{FULL_RIGHTS} = { };
+ $self->{RIGHTS} = { };
+ $self->{unique_counter} = 0;
if ($self->is_db_connected) {
# reset is called during request shutdown already. In case of a