Closed (duplicate)
Project:
Vote Up/Down
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2007 at 09:59 UTC
Updated:
16 Feb 2007 at 14:47 UTC
Jump to comment: Most recent file
On line 138 in vote_up_down.module in the HEAD version, the condition is: $form_id == 'userpoints_settings_form'
It should be: $form_id == 'userpoints_settings'
Without this change, userpoints integration does not work for me on Drupal 5.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wrong_formid.patch | 759 bytes | owen barton |
Comments
Comment #1
aw05 commentedThe line number should be 137, the first line of the function vote_up_down_form_alter, in vote_up_down.module
Comment #2
frjo commentedThanks for reporting this. I will take a look at it when I return from my travel.
Comment #3
owen barton commentedHere is a patch
Comment #4
frjo commentedThis has been solved in a different manner in issue #114025, http://drupal.org/node/114025.