Skip to content

Commit

Permalink
[users list modal] ismoo parameter need to still exist after form sub…
Browse files Browse the repository at this point in the history
…mit (solve #12122) (#12137)

* ismoo parameter need to exist after form submit

* int

* default to 1
  • Loading branch information
andrepereiradasilva authored and rdeutz committed Oct 18, 2016
1 parent 05016ec commit ebb1556
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -123,6 +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', 1, 'int'); ?>" />
<?php echo JHtml::_('form.token'); ?>
</form>
</div>

0 comments on commit ebb1556

Please sign in to comment.