diff --git a/ObjectHelper.inc b/ObjectHelper.inc index 408b2604..df47d803 100644 --- a/ObjectHelper.inc +++ b/ObjectHelper.inc @@ -182,7 +182,8 @@ class ObjectHelper { //Set what headers we can... if ($mimeType = $info['content_type']) { drupal_set_header("Content-Type: $mimeType"); - + // Fixes an IE issue + drupal_set_header("Cache-Control: private", TRUE); if ($asAttachment) { $suggestedFileName = "$label"; $pos = strpos($suggestedFileName, '.');