Browse Source

Fix theme_islandora_datastream_view_link()

pull/726/head
dheles 6 years ago
parent
commit
2eaa4c941c
No known key found for this signature in database
GPG Key ID: CAD908D45D48894F
  1. 2
      theme/theme.inc

2
theme/theme.inc

@ -432,7 +432,7 @@ function theme_islandora_datastream_download_link(array $vars) {
*/
function theme_islandora_datastream_view_link(array $vars) {
$datastream = $vars['datastream'];
module_load_include('inc', 'islandora', 'includes/utilities');
module_load_include('inc', 'islandora', 'includes/datastream');
if ($vars['label'] === NULL) {
$label = check_plain($datastream->id);

Loading…
Cancel
Save