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

iajay’s picture

subscribe

ericduran’s picture

Status: Active » Closed (duplicate)

Yes, 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.