Browse Source

Rollback

pull/907/head
Alan Stanley 6 years ago committed by GitHub
parent
commit
078a98ee5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      islandora_fits.module

1
islandora_fits.module

@ -60,7 +60,6 @@ function islandora_fits_media_presave(MediaInterface $media) {
$has_new = $transformer->checkNew($data);
if ($has_new) {
$media->set('field_complete', FALSE);
$transformer->addMediaFields($data);
}
else {
$transformer->populateMedia($data, $media);

Loading…
Cancel
Save