From 07d082dc7683b9f84701c41cfc8f99598433fe87 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Fri, 23 May 2014 17:26:22 +0000 Subject: [PATCH] Fix error due to incorrect include. --- theme/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/theme.inc b/theme/theme.inc index c81a918d..06fc55b7 100644 --- a/theme/theme.inc +++ b/theme/theme.inc @@ -276,7 +276,7 @@ function islandora_preprocess_islandora_objects(array &$variables) { */ function theme_islandora_datastream_download_link(array $vars) { $datastream = $vars['datastream']; - module_load_include('inc', 'islandora', 'includes/utilities'); + module_load_include('inc', 'islandora', 'includes/datastream'); $label = t('download'); return islandora_datastream_access(ISLANDORA_VIEW_OBJECTS, $datastream) ?