Download & Extend

'Usually' falls through to 'Sometimes'

Project:Voting
Version:4.7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The 'Usually' case for a new node sets $default = 1 but then falls through (no 'break') to the code for 'Sometimes' which overwrites it with $default = 0, thus making any new node have voting disabled by default.

nobody click here