Skip to content

Commit

Permalink
default to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva authored Oct 8, 2016
1 parent 3ad05c3 commit 4a5f13d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<input type="hidden" name="field" value="<?php echo $this->escape($field); ?>" />
<input type="hidden" name="boxchecked" value="0" />
<input type="hidden" name="required" value="<?php echo $userRequired; ?>" />
<input type="hidden" name="ismoo" value="<?php echo $input->get('ismoo', 0, 'int'); ?>" />
<input type="hidden" name="ismoo" value="<?php echo $input->get('ismoo', 1, 'int'); ?>" />
<?php echo JHtml::_('form.token'); ?>
</form>
</div>

1 comment on commit 4a5f13d

@javimata
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why with this work?

Please sign in to comment.