try again to fix crash

This commit is contained in:
MisterE123 2021-03-10 01:29:20 -05:00
parent dae67b3efd
commit 1f48e8ff1a

View File

@ -234,7 +234,7 @@ modpol.add_org = function(org_name, members, parent_id, properties)
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, ", ") .. ")"
modpol.record (org_id, msg, 'org_init')