diff --git a/importexport/inc/class.importexport_export_csv.inc.php b/importexport/inc/class.importexport_export_csv.inc.php index aa1a9de432..5673db665c 100644 --- a/importexport/inc/class.importexport_export_csv.inc.php +++ b/importexport/inc/class.importexport_export_csv.inc.php @@ -176,7 +176,6 @@ class importexport_export_csv implements importexport_iface_export_record } } $mapping = ! empty( $this->mapping ) ? $this->mapping : array_keys ( $this->record ); - $mapping = $this->translation->convert( $mapping, $this->translation->charset(), $this->csv_charset ); self::fputcsv( $this->handle ,$mapping ,$this->csv_options['delimiter'], $this->csv_options['enclosure'] ); }