This commit is contained in:
Steven Barth 2009-07-31 17:08:59 +00:00
parent f648ab3445
commit 8b65a44fe8

View file

@ -57,7 +57,7 @@ end
-- @param id Session identifier
-- @return Session data
function read(id)
if not id or #id == 0then
if not id or #id == 0 then
return
end
if not id:match("^%w+$") then