mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fixed "attempt to index a nil value (global 'alerts_api')" error
This commit is contained in:
parent
f38b71f6a7
commit
c08707010e
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
local user_scripts = require("user_scripts")
|
||||
local flow_consts = require("flow_consts")
|
||||
local alert_consts = require("alert_consts")
|
||||
local alerts_api = require "alerts_api"
|
||||
|
||||
-- #################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue