Actions
Bug #4957
closedMultiselect conditions always failing PHP side during POST
Description
Multiselect conditions appear to be failing PHP side during POST (e.g. profile edit) resulting in values being reset.
Actions
Added by krileon almost 11 years ago. Updated almost 11 years ago.
Description
Multiselect conditions appear to be failing PHP side during POST (e.g. profile edit) resulting in values being reset.
This is due to the if check to determine if the value exists in the post. Usage should be ->has instead of ->get.