From d0aec7d23a29620428dac937b193d6b28a602d55 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 31 Jan 2015 10:57:43 +0000 Subject: [PATCH] Removed extra d from alert to match up with rest of ui --- alerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }