fixed small bug

This commit is contained in:
HW
2011-12-08 01:17:12 +01:00
parent 0bfdb9c44a
commit eec48790e2

View File

@@ -33,5 +33,6 @@ end
function DocSettings:close()
if self.docdb ~= nil then
self.docdb:close()
self.docdb = nil
end
end