PKP Bugzilla – Bug 2102
Reminder emails can not be sent to reviewers
Last modified: 2006-03-09 16:25:55 PST
If "one-click reviewer access" has been enabled, it is not possible to send out reminder emails to reviewers. PHP crashes with fatal error when trying to send out the reminder email. I tracked down the problem to the value of $reviewer being null in line 378 of "classes/submission/sectionEditor/SectionEditorAction.inc.php". Adding the following line at line 377 of the file solved the problem. $reviewer = &$userDao->getUser($reviewAssignment->getReviewerId());
Thanks, Shubhash. This will be fixed in the next release with the addition you suggested.