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 182d0bd commit f0388e5
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 @@ -1269,7 +1269,7 @@ private function buildOrcidExternalIds($submission, $publication, $context, $iss
$pubIdType = $plugin->getPubIdType();

# Add article ids
$pubId = $publication->getData($pubIdType);
$pubId = $publication->getStoredPubId($pubIdType);

if ($pubId) {
$externalIds[] = [
Expand Down

0 comments on commit f0388e5

Please sign in to comment.