Fixes #456 Use the correct checkbox name

This commit is contained in:
Mike Koch 2016-01-09 21:23:50 -05:00
parent 8e9e46ec47
commit ae0db735a0

View File

@ -2693,7 +2693,7 @@ if (defined('HESK_DEMO')) {
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3">
<div class="checkbox">
<label><input type="checkbox" name="s_notify_new"
<label><input type="checkbox" name="s_notify_skip_spam"
value="1" <?php if ($hesk_settings['notify_skip_spam']) {
echo 'checked="checked"';
} ?>/> <?php echo $hesklang['enn']; ?></label>