mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add missing variable
This commit is contained in:
parent
7679da4d21
commit
8dd446b948
1 changed files with 1 additions and 0 deletions
|
|
@ -999,6 +999,7 @@ function user_scripts.getScriptConfig(configset, script, subdir)
|
|||
|
||||
-- Default
|
||||
local rv = {}
|
||||
local script_type = user_scripts.getScriptType(subdir)
|
||||
local hooks = ternary(script_type.has_per_hook_config, script.hooks, {[ALL_HOOKS_CONFIG_KEY]=1})
|
||||
|
||||
for hook in pairs(script.hooks) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue