diff options
Diffstat (limited to 'includes/file.inc')
-rw-r--r-- | includes/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc index 894f90bc3..0a69859ec 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -1502,7 +1502,7 @@ function file_transfer($uri, $headers) { } foreach ($headers as $name => $value) { - drupal_set_header($name, $value); + drupal_add_http_header($name, $value); } drupal_send_headers(); $scheme = file_uri_scheme($uri); |