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: case 1:
// One registry implementation, go there. // One registry implementation, go there.
$edit_registry = reset($edit_registry); $entry = reset($edit_registry);
drupal_goto($edit_registry['url']); drupal_goto($entry['url']);
break; break;
default: default:

Loading…
Cancel
Save