Skip to content
Snippets Groups Projects
Commit a9d108da authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in my last commit to this file (from May 6)

Fixes error: ReferenceError: MGS_HFIELDS_UTF8 is not defined
when attempting to post a poll.
parent 2af3bf39
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -591,7 +591,7 @@ function postPoll(sub, subject, votes, results, answers, comments) { ...@@ -591,7 +591,7 @@ function postPoll(sub, subject, votes, results, answers, comments) {
from_ext : user.number, from_ext : user.number,
to : 'All', to : 'All',
field_list : [], field_list : [],
auxattr : (results<<POLL_RESULTS_SHIFT) | MGS_HFIELDS_UTF8, auxattr : (results<<POLL_RESULTS_SHIFT) | MSG_HFIELDS_UTF8,
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