Closed (fixed)
Project:
Vote Up/Down
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Aug 2009 at 09:24 UTC
Updated:
20 Aug 2009 at 08:50 UTC
As Simpletest reports, there is something wrong when the vote_up_down_points.tpl.php file outputs the id:
id="vote_points_ print $cid; "
as there's no value inside $cid.
I tried to figured it out and the id will be reported when I change line #312 of vote_up_down.module
'title' => theme('vote_up_down_points', $node->nid, $type),
but i'm not sure that this is the right way to correct it.
Comments
Comment #1
ingo86 commentedComment #2
ingo86 commented