X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=116d5de681a640758af862ee443a3e4ee7468e31;hb=5d5a694a8ffdc69f8979fafa1d776529176ba18a;hp=c2e6f73364d6f12a864cce592e7b821f04784467;hpb=e476a9df6d7b8794add9fe384a624817dc21c21b;p=kivitendo-erp.git 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