Safely ignore nil values in list fields
This commit is contained in:
parent
70b66f2b31
commit
019ba5dcfc
@ -632,7 +632,7 @@
|
||||
elseif not table.isempty(value) then
|
||||
store(value)
|
||||
end
|
||||
else
|
||||
elseif value then
|
||||
store(value)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user