]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DATEV.pm
Array-Kopie anstatt Alias
[mfinanz.git] / SL / DATEV.pm
index 0d6915f40f7479a2e6b95e2d8e5ecd13c490d5bb..9418c483970ab13993bffb6b9a633766ed17c059 100644 (file)
@@ -219,7 +219,7 @@ sub warnings {
   my $self = shift;
 
   if (@_) {
-    $self->{warnings} = \@_;
+    $self->{warnings} = [@_];
   } else {
    return $self->{warnings};
   }