Browse Source

Fix broken file downloads

pdontthink 16 years ago
parent
commit
c368523c3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/download.php

+ 1 - 1
src/download.php

@@ -175,5 +175,5 @@ if (isset($absolute_dl) && $absolute_dl) {
 }
 }
 /* be aware that any warning caused by download.php will corrupt the
 /* be aware that any warning caused by download.php will corrupt the
  * attachment in case of ERROR reporting = E_ALL and the output is the screen */
  * attachment in case of ERROR reporting = E_ALL and the output is the screen */
-mime_print_body_lines ($imapConnection, $passed_id, $ent_id, $encoding, $force_crlf);
+mime_print_body_lines ($imapConnection, $passed_id, $ent_id, $encoding, 'php://stdout', $force_crlf);