mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes alert endpoints caching causing toggles to be ignored
This commit is contained in:
parent
6ea50fb004
commit
a98fc1c5a6
1 changed files with 2 additions and 3 deletions
|
|
@ -92,9 +92,8 @@ end
|
|||
local modules = nil
|
||||
|
||||
local function loadModules()
|
||||
if modules == nil then
|
||||
modules = getEnabledAlertNotificationModules()
|
||||
end
|
||||
-- Don't cache modules as otherwise GUI preferences such as enable/disable will become ineffective
|
||||
modules = getEnabledAlertNotificationModules()
|
||||
|
||||
return(modules)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue