Removed extra d from alert to match up with rest of ui

This commit is contained in:
laf
2015-01-31 10:57:43 +00:00
committed by f0o
parent 0ada4f129c
commit d0aec7d23a

View File

@@ -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;
}