Skip to content

Commit

Permalink
pkp/pkp-lib#9887 Redesigning Invitations
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed May 31, 2024
1 parent 08e9136 commit 8653d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/reviewer/ReviewerHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function authorize($request, &$args, $roleAssignments)
->getByMD5Key($accessKeyCode);

if (isset($invitation)) {
$invitation->acceptHandle();
$invitation->acceptHandle($request);
}
}
}
Expand Down

0 comments on commit 8653d86

Please sign in to comment.