Skip to content

Commit

Permalink
Fixed issue #11200: Last option in dropdown list is saved uncorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 17, 2016
1 parent daffcce commit a099156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -1358,7 +1358,7 @@ function do_list_dropdown($ia)
$optionData = array(
'classes'=>'noanswer-item',
'value'=>'',
'opt_select'=>$opt_select,
'opt_select'=> '', // Never selected
'answer'=>$_prefix.gT('No answer')
);
// ==> rows
Expand Down

0 comments on commit a099156

Please sign in to comment.