Merge pull request #460 from mkoch227/bug-fix-notify-skip-spam

Fix Notify New Spam Setting
This commit is contained in:
Mike Koch 2016-01-09 21:25:16 -05:00
commit df80fb9037

View File

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