Closed (duplicate)
Project:
Fivestar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2011 at 09:30 UTC
Updated:
11 Sep 2011 at 22:36 UTC
In fivestar_field_formatter_view() there is a line (line 361 in the -dev tar.gz):
'allow_clear' => (!empty($instance['settings']['allow_clear'])) ? $instance['settings']['allow_clear'] : 5,
which I guess should be:
'allow_clear' => (!empty($instance['settings']['allow_clear'])) ? $instance['settings']['allow_clear'] : FALSE,
Comments
Comment #1
iajay commentedsubscribe
Comment #2
ericduran commentedYes, thanks for this. Sadly I already fixed this on another issue #1269276: Cancel votes interface -- It'll take around 12 hours for this change to be available for download.
Thanks again.