mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes user script config not updating
This commit is contained in:
parent
87249b44b0
commit
f0f8e51169
1 changed files with 0 additions and 1 deletions
|
|
@ -1221,7 +1221,6 @@ function user_scripts.updateScriptConfig(confid, script_key, subdir, new_config,
|
|||
|
||||
-- Perform hook callbacks for config changes, or enable/disable
|
||||
for hook, hook_config in pairs(prev_config) do
|
||||
applied_config[hook] = hook_config
|
||||
local hook_applied_config = applied_config[hook]
|
||||
|
||||
if hook_applied_config then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue