Skip to content

Commit

Permalink
pkp#229 OrcidProfilePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Feb 12, 2023
1 parent dff3f8c commit 763b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OrcidProfilePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ public function buildOrcidWork($publication, $context, $authors, $request, $issu
'value' => $publication->getLocalizedTitle($publicationLocale) ?? ''
],
'subtitle' => [
'value' => $publication->getLocalizedSubTitle($publicationLocale) ?? ''
'value' => $publication->getLocalizedData('subtitle', $publicationLocale) ?? ''
]
],
'journal-title' => [
Expand Down

0 comments on commit 763b2ea

Please sign in to comment.