X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e476a9df6d7b8794add9fe384a624817dc21c21b..69bfa40a001bfd0ca75d60babdb63f9199d4e45c:/SL/Auth.pm 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