From ba565f2add60577635539004ffd31d8ec08c5698 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 1 Oct 2012 14:47:42 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-4519 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17653 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminTranslationsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php index 384069ecb..2ee9d2152 100644 --- a/controllers/admin/AdminTranslationsController.php +++ b/controllers/admin/AdminTranslationsController.php @@ -422,7 +422,6 @@ class AdminTranslationsControllerCore extends AdminController header('Content-type: application/octet-stream'); header('Content-Disposition: attachment; filename="'.$this->lang_selected->iso_code.'.gzip'.'"'); header('Content-Transfer-Encoding: binary'); - header('Content-Length: '.filesize($file_name)); ob_end_flush(); @readfile($file_name); }