When viewing a node with an attached voting field, I get:
Notice: Undefined variable: a3 in vud_node_node_view()
(With vote_up_down 1.x-dev and votingapi 2.x-dev)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node_view_a3_notice-1933064-1.patch | 539 bytes | itamar |
When viewing a node with an attached voting field, I get:
Notice: Undefined variable: a3 in vud_node_node_view()
(With vote_up_down 1.x-dev and votingapi 2.x-dev)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | node_view_a3_notice-1933064-1.patch | 539 bytes | itamar |
Comments
Comment #1
itamar commentedI don't have a solution, but I use the following as a temporary hack.
Comment #2
marvil07 commentedvud_node will be removed soon from D7 version. Details on #1295574: Remove vud_{node,comment,term} modules in favour of vud_field and #1360572: Roadmap for D7 of Vote up/down
You probably want to use vud_field instead of vud_node ;-)