Revert "fix table concat bug "

This reverts commit c7ce9b7f02.
pull/70/head
zhengji 2015-11-08 12:09:18 +08:00
parent 07433a9c3d
commit a83d5bc356
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ elseif PostCheck then
end
for key, val in pairs(args) do
if type(val) == "table" then
if type(val[1]) == "boolean" then
return
end
data=table.concat(val, ", ")
else
data=val