Fixes #456 Use the correct checkbox name
This commit is contained in:
parent
8e9e46ec47
commit
ae0db735a0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user