Skip to content

Commit

Permalink
Fix #53 : fix error in saving show rule
Browse files Browse the repository at this point in the history
  • Loading branch information
neeftarah committed Jan 23, 2015
1 parent 900cc47 commit 590e6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ajax/question.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
?>
</td>
<td width="17%">
<label for="dropdown_show_type<?php echo $rand; ?>" id="label_show_type">
<label for="dropdown_show_rule<?php echo $rand; ?>" id="label_show_type">
<?php echo __('Show field', 'formcreator'); ?>
</label>
</td>
<td width="33%">
<?php
Dropdown::showFromArray('show_type', array(
Dropdown::showFromArray('show_rule', array(
'always' => __('Always displayed', 'formcreator'),
'hidden' => __('Hidden unless', 'formcreator'),
'shown' => __('Displayed unless', 'formcreator'),
Expand Down

0 comments on commit 590e6a6

Please sign in to comment.