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 9, 2024
1 parent 3ae80bc commit 6c40287
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 6c40287

Please sign in to comment.