Skip to content
Snippets Groups Projects
Commit d3bd922b authored by Chris Hallberg's avatar Chris Hallberg
Browse files

VuDL datastream fix.

parent 233d5b6a
No related merge requests found
......@@ -114,7 +114,7 @@ class Fedora extends AbstractBase
public function getDatastreamContent($id, $stream, $justStream = false)
{
if ($justStream) {
$url = $this->getBase() . $id . '/datastreams' . $stream;
$url = $this->getBase() . $id . $stream;
} else {
$url = $this->getBase() . $id . '/datastreams/' . $stream . '/content';
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment