]> wagnertech.de Git - kivitendo-erp.git/commitdiff
init methoden sollen nur zurückgeben
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 10 Jan 2013 10:15:34 +0000 (11:15 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Jan 2013 12:58:46 +0000 (13:58 +0100)
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 {
 }
 
 sub add_displayable_columns {