fix dump crash
This commit is contained in:
parent
b37e7002a8
commit
dae67b3efd
@ -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 = ".. dump(parent_org_id)..", members = "..
|
local msg = "New org: " .. org_name .. " ["..org_id.."], parent = ".. parent_org_id..", 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