Merge branch 'try_again' into 'master'
try again to fix crash See merge request medlabboulder/modpol!7
This commit is contained in:
commit
cbedeefac7
@ -234,7 +234,7 @@ modpol.add_org = function(org_name, members, parent_id, properties)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local msg = "New org: " .. org_name .. " ["..org_id.."], parent = ".. parent_org_id..", members = "..
|
local msg = "New org: " .. org_name .. " ["..org_id.."], parent = ".. parent_org_id or ""..", members = "..
|
||||||
" (" .. table.concat (members, ", ") .. ")"
|
" (" .. table.concat (members, ", ") .. ")"
|
||||||
|
|
||||||
modpol.record (org_id, msg, 'org_init')
|
modpol.record (org_id, msg, 'org_init')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user