Browse Source

Updating variable name.

pull/637/head
Matthew Perry 9 years ago
parent
commit
c70255d8ef
  1. 4
      includes/datastream.inc

4
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:

Loading…
Cancel
Save