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

Poll subjects (questions) are UTF-8 encoded when posted from web

parent c7ea4638
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) {
from_ext : user.number,
to : 'All',
field_list : [],
auxattr : (results<<POLL_RESULTS_SHIFT),
auxattr : (results<<POLL_RESULTS_SHIFT) | MGS_HFIELDS_UTF8,
votes : votes
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment