X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9e99dce5b45847d3ebed445a277aa37ba6798173..35617a68898e491aec8cdc12a8036b1632030bf2:/SL/DATEV.pm diff --git a/SL/DATEV.pm b/SL/DATEV.pm index 0d6915f40..9418c4839 100644 --- a/SL/DATEV.pm +++ b/SL/DATEV.pm @@ -219,7 +219,7 @@ sub warnings { my $self = shift; if (@_) { - $self->{warnings} = \@_; + $self->{warnings} = [@_]; } else { return $self->{warnings}; }