]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CsvImport/Base.pm
init methoden sollen nur zurückgeben
[mfinanz.git] / SL / Controller / CsvImport / Base.pm
index 4de38edcffd00cd0d1edf2fe5ad2293a0555fc29..1c2f4c3f1b5582ecb60d80abfd57ea98f585d1d6 100644 (file)
@@ -235,7 +235,7 @@ sub init_profile {
     }
   }
 
-  $self->profile(\%profile);
+  \%profile;
 }
 
 sub add_displayable_columns {