I have provided a patch to fix an invalid variable in form_alter.

Comments

Striky2’s picture

Status: Needs review » Fixed

Thx great! just for everyone knows, this issue is already solved in V 5.2.3

Pushkar Gaikwad’s picture

Status: Fixed » Active

striky, there has to be _ too in the code at line 147. I mean the module is still giving same bug as you have kept
if (!empty($short_type) && array_key_exists($short_type, $custom_review_reviewers)) {
instead of
if (!empty($short_type) && array_key_exists($short_type, $_custom_review_reviewers)) {

Striky2’s picture

okay, sorry, I4ve been of the hook :) for a while, will fix this...

barako’s picture

This issue is solved in the last revision of the module, please give it a try and tell us if it's OK. Thanks.

barako’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.