Browse Source

Fixed merge conflict with IE download/handle resolving

pull/158/head
Jordan Dukart 12 years ago
parent
commit
9669469479
  1. 3
      ObjectHelper.inc

3
ObjectHelper.inc

@ -186,9 +186,6 @@ class ObjectHelper {
if ($mimeType = $info['content_type']) {
drupal_set_header("Content-Type: $mimeType");
// Fixes an IE issue (ISLANDORA-311)
// http://support.microsoft.com/kb/316431
drupal_set_header("Cache-Control: private", TRUE);
if ($asAttachment) {
$suggestedFileName = "$label";
$pos = strpos($suggestedFileName, '.');

Loading…
Cancel
Save