mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes some lua requires
This commit is contained in:
parent
14d9dd5bb4
commit
e243f7c826
7 changed files with 25 additions and 11 deletions
|
|
@ -659,7 +659,7 @@ function format_utils.formatMessage(notification, options)
|
|||
|
||||
-- In case it is an alert, format it by using the standard function
|
||||
local alert_utils = require "alert_utils"
|
||||
local message = alert_utils.formatAlertNotification(notification, options)
|
||||
local message = alert_utils.formatAlertNotification(notification, options)
|
||||
|
||||
return message
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue