mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes misstyping
This commit is contained in:
parent
93ef570a3d
commit
8aae18ed80
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ function recipients.initialize()
|
|||
if family == "flow" then
|
||||
flow_alert_types = table.concat(alerts, ",")
|
||||
elseif family == "host" then
|
||||
host_alert_types = table.concat(alert, ",")
|
||||
host_alert_types = table.concat(alerts, ",")
|
||||
else -- other
|
||||
if not isEmptyString(other_alert_types) then
|
||||
other_alert_types = other_alert_types .. "," .. table.concat(alerts, ",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue