mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Removed extra d from alert to match up with rest of ui
This commit is contained in:
+1
-1
@@ -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