Merge pull request #432 from laf/issue-laf-113

Removed extra d from alert to match up with rest of ui
This commit is contained in:
Neil Lathwood 2015-01-31 10:58:16 +00:00
commit 1109885cda

View File

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