Index: branches/5.2.x/core/units/helpers/csv_helper.php =================================================================== diff -u -N -r15137 -r15159 --- branches/5.2.x/core/units/helpers/csv_helper.php (.../csv_helper.php) (revision 15137) +++ branches/5.2.x/core/units/helpers/csv_helper.php (.../csv_helper.php) (revision 15159) @@ -1,6 +1,6 @@ Application->Phrase( $field_data['title'] ); + $field_title = isset($field_data['title']) ? $field_data['title'] : 'column:la_fld_' . $field_name; + $field_label = $this->Application->Phrase($field_title); $field_pos = array_search($field_label, $headers); if($field_pos !== false) { $field_list[$field_pos] = $field_name;