mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixes missing require
This commit is contained in:
parent
35d1604bc7
commit
cdfb0ca105
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ function alert_store_utils.all_instances_factory()
|
|||
local res = {}
|
||||
|
||||
for alert_store_file in pairs(ntop.readdir(alert_store_dir)) do
|
||||
|
||||
-- Load all sub-classes of alert_store
|
||||
if alert_store_file:match("_alert_store%.lua$") then
|
||||
if not ntop.isPro() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue