Revision 7ee061a6
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
55 | 55 |
sub reset { |
56 | 56 |
my ($self, %params) = @_; |
57 | 57 |
|
58 |
$self->{SESSION} = { };
|
|
59 |
$self->{FULL_RIGHTS} = { };
|
|
60 |
$self->{RIGHTS} = { };
|
|
61 |
$self->{unique_counter} = 0;
|
|
58 |
$self->{SESSION} = { }; |
|
59 |
$self->{FULL_RIGHTS} = { }; |
|
60 |
$self->{RIGHTS} = { }; |
|
61 |
$self->{unique_counter} = 0; |
|
62 | 62 |
|
63 | 63 |
if ($self->is_db_connected) { |
64 | 64 |
# reset is called during request shutdown already. In case of a |
Auch abrufbar als: Unified diff
SL::Auth: Kosmetik (Alignment)