Index: branches/5.2.x/units/downloads/download_helper.php =================================================================== diff -u -N -r15141 -r15172 --- branches/5.2.x/units/downloads/download_helper.php (.../download_helper.php) (revision 15141) +++ branches/5.2.x/units/downloads/download_helper.php (.../download_helper.php) (revision 15172) @@ -1,6 +1,6 @@ Application->setContentType(kUtil::mimeContentType($file_info['real_path']), false); header('Content-Disposition: attachment; filename="' . $file_info['FilePath'] . '"'); header('Content-Length: ' . filesize($file_info['real_path']));