From: Sven Schöling Date: Thu, 10 Jan 2013 10:15:34 +0000 (+0100) Subject: init methoden sollen nur zurückgeben X-Git-Tag: release-3.1.0beta1~714 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6cec36773bcc9374208da9adbc9221d3de955643;p=kivitendo-erp.git init methoden sollen nur zurückgeben --- diff --git a/SL/Controller/CsvImport/Base.pm b/SL/Controller/CsvImport/Base.pm index 4de38edcf..1c2f4c3f1 100644 --- a/SL/Controller/CsvImport/Base.pm +++ b/SL/Controller/CsvImport/Base.pm @@ -235,7 +235,7 @@ sub init_profile { } } - $self->profile(\%profile); + \%profile; } sub add_displayable_columns {