From 42f9d488ffee20c7ea71408c688e5a76154a1922 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 878c23e326..bbef11ed21 100755 --- a/alerts.php +++ b/alerts.php @@ -84,7 +84,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; }