update Docify

This commit is contained in:
lxsang
2020-12-05 16:49:29 +00:00
parent 6eb9400e69
commit d4af424168
9 changed files with 16 additions and 4 deletions

View File

@ -259,6 +259,10 @@ handle.get_doc = function(id)
return error("Unable to select data from "..param.table)
else
r = r[1]
local ret, meta = vfs.fileinfo(r.file)
if ret then
r.fileinfo = meta
end
local o = sqlite.select(db, "owners", "*", "id = "..r.oid)
sqlite.dbclose(db)
if o == nil or #o == 0 then