Index: branches/5.2.x/core/units/helpers/file_helper.php =================================================================== diff -u -N -r15012 -r15173 --- branches/5.2.x/core/units/helpers/file_helper.php (.../file_helper.php) (revision 15012) +++ branches/5.2.x/core/units/helpers/file_helper.php (.../file_helper.php) (revision 15173) @@ -1,6 +1,6 @@ Application->setContentType(kUtil::mimeContentType($filename), false); header('Content-Disposition: attachment; filename="' . basename($filename) . '"'); header('Content-Length: ' . filesize($filename)); readfile($filename);