Skip to main content
Topic: [1.0.2] Edit a poll answer (Read 1401 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[1.0.2] Edit a poll answer

I started a poll yesterday and today I wanted to edit an answer of the poll. But my edit is not saved.

Re: [1.0.2] Edit a poll answer

Reply #1

Ouch!!
My fault as usual... :-[

In Poll.controller.php, just before (or after, it doesn't change much):
Code: [Select]
		if (!empty($add_options))
insertPollOptions($add_options);

add:
Code: [Select]
		if (!empty($update_options))
modifyPollOption($update_options);

I'll quickly add it to 1.0.3.

Thanks Jorin!!

ETA: here it is the fix https://github.com/elkarte/Elkarte/pull/1993
Last Edit: March 20, 2015, 06:17:23 am by emanuele
Bugs creator.
Features destroyer.
Template killer.