Fix change password alert bug

This commit is contained in:
emanuele-f 2019-07-10 15:24:33 +02:00
parent 737295bd93
commit 046db90246

View file

@ -11,6 +11,7 @@ local tracker = {}
--! @param f_name is the function name
--! @param f_args is a table with the arguments
function tracker.log(f_name, f_args)
require("alert_utils")
local alerts = require("alerts_api")
local stats = interface.getStats()