Browse Source

Always return a string

pull/985/head
Joe Corall 1 year ago committed by GitHub
parent
commit
f5b20d018f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      islandora.tokens.inc

1
islandora.tokens.inc

@ -188,4 +188,5 @@ function islandora_url_to_service_file_media_by_mimetype($node, $mime_type) {
}
}
}
return '';
}

Loading…
Cancel
Save