Integrate configsets with user scripts configurations

This commit is contained in:
emanuele-f 2019-12-16 17:35:17 +01:00
parent 30beb6d972
commit b5197ba452
6 changed files with 137 additions and 36 deletions

View file

@ -36,7 +36,7 @@ if(action == "add") then
result.error = err
end
else
local confid = _GET["confset_id"]
local confid = tonumber(_GET["confset_id"])
if(confid == nil) then
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'confset_id' parameter")