Skip to content

Commit

Permalink
Using file url for media (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored and whikloj committed May 23, 2019
1 parent 38c5016 commit bf50656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Milliner/src/Service/MillinerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public function saveMedia(
}

return $this->updateNode(
rtrim($jsonld_url, '?_format=jsonld'),
$urls['drupal'],
$jsonld_url,
$fedora_url,
$token
Expand Down

0 comments on commit bf50656

Please sign in to comment.