diff --git a/alerts.php b/alerts.php index 9a4e4db48..341d5b1f4 100755 --- a/alerts.php +++ b/alerts.php @@ -127,7 +127,7 @@ function RunAlerts() { if( $updet ) { dbUpdate(array('details' => gzcompress(json_encode($alert['details']),9)),'alert_log','id = ?',array($alert['id'])); } - if( !empty($rextra['muted']) ) { + if( !empty($rextra['mute']) ) { echo "Muted Alert-UID #".$alert['id']."\r\n"; $noiss = true; }