Skip to content

Commit 84d4877

Browse files
authored
MSL-620 Fix doi urls in data-access (#241)
1 parent 995f5e7 commit 84d4877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/public/data-publication-detail.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
$dataPublicationList = [];
480480
if ($relatedidentifier->msl_related_identifier_type == 'DOI') {
481481
$dataPublicationList[] =
482-
'https://doi.org/' . $relatedidentifier->msl_related_identifier_type;
482+
'https://doi.org/' . $relatedidentifier->msl_related_identifier;
483483
} else {
484484
if ($relatedidentifier->msl_related_identifier_type != '') {
485485
$dataPublicationList[] = $relatedidentifier->msl_related_identifier_type;

0 commit comments

Comments
 (0)