mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix email with empty subject
This commit is contained in:
parent
c1ec822937
commit
868c1ab701
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,8 @@ function email.sendEmail(subject, message_body, settings)
|
|||
|
||||
if not isEmptyString(subject) then
|
||||
subject = subject .. " - "
|
||||
else
|
||||
subject = ""
|
||||
end
|
||||
subject = subject .. product .. " @ " .. info.instance_name .. " (" .. info.ip .. ")"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue