Closed (fixed)
Project:
Fivestar
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2007 at 14:41 UTC
Updated:
8 May 2007 at 05:16 UTC
In revision 1.2.2.5 of fivestar.module I could not get it to allow any user to remove his vote / unvote / clear vote. I traced down the problem to the check (!empty($node) ? 'default' : $node->type), which should be (empty($node) ? 'default' : $node->type) or (!empty($node) ? $node->type : 'default'), in function fivestar_form(...). Here's a patch for the first option.
PS: I can not select CVS as target...
| Comment | File | Size | Author |
|---|---|---|---|
| fivestar-cvs-1.2.2.5-unvote.patch | 712 bytes | mr700 |
Comments
Comment #1
quicksketchFixed.
Comment #2
(not verified) commented