Browse Source

Merge d6d6155a61 into 137f72029a

pull/265/merge
Jordan Dukart 13 years ago
parent
commit
a96b599f16
  1. 1
      includes/datastream.inc

1
includes/datastream.inc

@ -43,6 +43,7 @@ function islandora_view_datastream(FedoraDatastream $datastream, $download = FAL
}
drupal_page_is_cacheable(FALSE);
// Try not to load the file into PHP memory!
ob_end_flush();
$datastream->getContent('php://output');
exit();
}

Loading…
Cancel
Save