From: Steven Barth Date: Fri, 31 Jul 2009 17:08:59 +0000 (+0000) Subject: Typo X-Git-Tag: 0.10.0~1270 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=8b65a44fe8977908d2b7206feb601b696f276c44 Typo --- 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