Skip to content

Commit

Permalink
Issue techjoomla#141 chore: Remove encoding as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
praneettekdi committed Aug 6, 2019
1 parent 5a63411 commit 06ec126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tjreports/site/controllers/reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function csvexport()
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Content-Description: File Transfer');
header('Content-Type: text/csv; charset=UTF-16-LE');
header('Content-Type: text/csv;');
header('Content-Disposition: attachment; filename=' . $filename . '.csv');
header('Content-Transfer-Encoding: binary');

Expand Down

0 comments on commit 06ec126

Please sign in to comment.