Skip to content

Commit

Permalink
Merge branch 'pkp:main' into multiple-author-affiliations
Browse files Browse the repository at this point in the history
  • Loading branch information
GaziYucel authored Oct 30, 2024
2 parents 549a225 + e3b1d95 commit f2e768f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/orcid/actions/SendReviewToOrcid.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ class SendReviewToOrcid extends PKPSendReviewToOrcid
/** @inheritDoc */
public function execute(): void
{
dispatch(new DepositOrcidReview($this->reviewAssignment->getId()));
dispatch(new DepositOrcidReview($this->reviewAssignmentId));
}
}
2 changes: 1 addition & 1 deletion lib/pkp
2 changes: 1 addition & 1 deletion lib/ui-library

0 comments on commit f2e768f

Please sign in to comment.