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 4de38ed..1c2f4c3 100644 (file)
@@ -235,7 +235,7 @@ sub init_profile {
     }
   }
 
-  $self->profile(\%profile);
+  \%profile;
 }
 
 sub add_displayable_columns {