fix dump crash

This commit is contained in:
MisterE123 2021-03-10 01:11:49 -05:00
parent b37e7002a8
commit dae67b3efd

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 = ".. dump(parent_org_id)..", members = "..
local msg = "New org: " .. org_name .. " ["..org_id.."], parent = ".. parent_org_id..", members = "..
" (" .. table.concat (members, ", ") .. ")"
modpol.record (org_id, msg, 'org_init')