Skip to content

Commit

Permalink
确实存在一处笔误
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshell committed Apr 7, 2015
1 parent 9a2efe4 commit 564979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function args()
local args = ngx.req.get_uri_args()
for key, val in pairs(args) do
if type(val)=='table' then
if val == false then
if val ~= false then
data=table.concat(val, " ")
end
else
Expand Down

0 comments on commit 564979d

Please sign in to comment.