X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fsauth.lua;h=41681ab16a7c62f24eb6882b678cf34292afe8a8;hb=8ea7eb86151cacf4bb653658267ffdfbadbab09d;hp=c06acdd24afb919891b83d4194fcff5d2020f33f;hpb=f648ab3445df562bc3d4c607d86f19f5bc65794e;p=oweals%2Fluci.git diff --git a/libs/web/luasrc/sauth.lua b/libs/web/luasrc/sauth.lua index c06acdd24..41681ab16 100644 --- a/libs/web/luasrc/sauth.lua +++ b/libs/web/luasrc/sauth.lua @@ -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