Browse Source

fix to function that was broke

pull/493/head
qadan 11 years ago
parent
commit
d83049f89d
  1. 4
      tests/datastream_validators.inc

4
tests/datastream_validators.inc

@ -194,10 +194,10 @@ abstract class DatastreamValidator {
$this->datastreamContent = $object[$datastream]->content;
}
else {
drupal_set_message(t("Error grabbing content from datastream %datastream in object %id", 'error'), array(
drupal_set_message(t("Error grabbing content from datastream %datastream in object %id", array(
'%datastream' => $datastream,
'%id' => $object->id,
));
)), 'error');
}
}

Loading…
Cancel
Save