X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4247547d2a925ddad7006cae89e5f9f1fda7d469..ef6a2cbcb3571634b44bf2ea1927f657fc43fc30:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 2323a2841..788154c14 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1120,7 +1120,7 @@ sub _parse_rights_string { push @{$cur_ary}, $token; } else { - push @{$cur_ary}, $self->{RIGHTS}->{$login}->{$token} * 1; + push @{$cur_ary}, ($self->{RIGHTS}->{$login}->{$token} // 0) * 1; } }