Browse Source

Merge d6d6155a61 into e3ca25cd33

pull/264/merge
Jordan Dukart 13 years ago
parent
commit
1eb8c38d63
  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