mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 2.4.3
New FireCtrl,, lua2json bug work-around
This commit is contained in:
@@ -175,7 +175,7 @@ function persistence.saveTable(theTable, fileName, shared, append)
|
||||
if not shared then shared = false end
|
||||
|
||||
net.log("persistence: before json conversion")
|
||||
local theString = net.lua2json(theTable)
|
||||
local theString = net.lua2json(theTable) -- WARNING! does not handle arrays with [0]!
|
||||
net.log("persistence: json conversion complete")
|
||||
|
||||
if not theString then theString = "" end
|
||||
|
||||
Reference in New Issue
Block a user