diff --git a/theme/theme.inc b/theme/theme.inc index 4405c288..1fa8e8bc 100644 --- a/theme/theme.inc +++ b/theme/theme.inc @@ -6,9 +6,9 @@ */ /** - * Implements hook_preprocess_theme(). + * Implements template_preprocess_hook(). */ -function islandora_preprocess_islandora_default_edit(array &$variables) { +function template_preprocess_islandora_default_edit(array &$variables) { global $base_url; $islandora_object = $variables['islandora_object']; $datastreams = array();