Posted by ardee on February 18, 2007 at 10:36pm
| 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.