Skip to content
Snippets Groups Projects
Commit ab3d54fc authored by echicken's avatar echicken :chicken:
Browse files

Set the header 'to' property to 'All' when posting a poll.

parent 927b79d8
No related branches found
No related tags found
No related merge requests found
...@@ -502,6 +502,7 @@ function postPoll(sub, subject, votes, results, answers, comments) { ...@@ -502,6 +502,7 @@ function postPoll(sub, subject, votes, results, answers, comments) {
subject : subject.substr(0, LEN_TITLE), subject : subject.substr(0, LEN_TITLE),
from : msg_area.sub[sub].settings&SUB_NAME ? user.name : user.alias, from : msg_area.sub[sub].settings&SUB_NAME ? user.name : user.alias,
from_ext : user.number, from_ext : user.number,
to : 'All',
field_list : [], field_list : [],
auxattr : (results<<POLL_RESULTS_SHIFT), auxattr : (results<<POLL_RESULTS_SHIFT),
votes : votes votes : votes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment