mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed extra d from alert to match up with rest of ui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user