4.4.28
Fixed
- Fixed a bug where Helpful did not always detect whether the user voted positive or negative. Instead of passing the type of vote through the feedback form now, the value from the database is used.
- Fixed another bug where the feedback text was always overwritten. This was due to the fact that every time after the text for pro or con was drawn, the text for fallback was drawn. This was due to the order. Now the fallback is always used first and then checked what the vote status is. And then the fallback text is replaced with pro or con. This should eliminate the problem that wrong texts were shown when a user voted.
Props @verygoodplugins who noticed the bug and reported it: view post in forum