From c70255d8ef663ad57e1ffa7579468ac80f583da1 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Mon, 16 Nov 2015 13:07:09 -0400 Subject: [PATCH] Updating variable name. --- includes/datastream.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/datastream.inc b/includes/datastream.inc index 1c339b61..18bc5096 100644 --- a/includes/datastream.inc +++ b/includes/datastream.inc @@ -307,8 +307,8 @@ function islandora_edit_datastream(AbstractDatastream $datastream) { case 1: // One registry implementation, go there. - $edit_registry = reset($edit_registry); - drupal_goto($edit_registry['url']); + $entry = reset($edit_registry); + drupal_goto($entry['url']); break; default: