From: Moritz Bunkus Date: Fri, 10 Feb 2017 14:06:34 +0000 (+0100) Subject: SL::Auth: Kosmetik (Alignment) X-Git-Tag: release-3.5.4~1497 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7ee061a6a5802170d09bcb46070a3b725d3a8f71;p=kivitendo-erp.git SL::Auth: Kosmetik (Alignment) --- diff --git a/SL/Auth.pm b/SL/Auth.pm index c2e6f7336..116d5de68 100644 --- 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