Closed (fixed)
Project:
Custom review
Version:
5.x-2.1-1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2008 at 16:17 UTC
Updated:
28 Aug 2008 at 10:03 UTC
I have provided a patch to fix an invalid variable in form_alter.
| Comment | File | Size | Author |
|---|---|---|---|
| bc-custom_review-custom_review_module-1.patch | 587 bytes | brendoncrawford |
Comments
Comment #1
Striky2 commentedThx great! just for everyone knows, this issue is already solved in V 5.2.3
Comment #2
Pushkar Gaikwad commentedstriky, 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)) {
Comment #3
Striky2 commentedokay, sorry, I4ve been of the hook :) for a while, will fix this...
Comment #4
barako commentedThis issue is solved in the last revision of the module, please give it a try and tell us if it's OK. Thanks.
Comment #5
barako commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.