-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.2.2
-
Component/s: None
-
Labels:None
The current poll_title reparser uses poll_max_options > 0 to determine whether a topic has a poll. However, this value does not reliably determine whether a poll exists as new topics have poll_max_options = 1 and only topics whose poll has been deleted have poll_max_options = 0.
It should use poll_start > 0 instead.
The issue is marked as trivial as it makes no functional difference whether empty poll titles are reparsed or not.