Skip to content

Commit

Permalink
Fixes zofe#383, Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Pacheco <[email protected]>
  • Loading branch information
csatf-bot committed Jan 9, 2017
1 parent 8acaeb6 commit 0ba6c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataGrid/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function buildCSV($file = '', $timestamp = '', $sanitize = true,$del = ar
$headers = array(
'Content-Type' => 'text/csv',
'Pragma'=>'no-cache',
'"Cache-Control' => 'must-revalidate, post-check=0, pre-check=0',
'Cache-Control' => 'must-revalidate, post-check=0, pre-check=0',
'Content-Disposition' => 'attachment; filename="' . $filename.'"');

$handle = fopen('php://output', 'w');
Expand Down

0 comments on commit 0ba6c6d

Please sign in to comment.