Browse Source

Merge pull request #265 from jordandukart/7.x

7.x
pull/263/merge
Jonathan Green 12 years ago
parent
commit
02d2fc42e3
  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