From 7297267105e0cc7f8b7e9fd7f56c05e4c258548b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 26 Nov 2015 15:30:43 +0000 Subject: Fix typo causing exception in goodwords check (cherry picked from commit 858ff53bceeb4803db2e3447e6b1501114f69821) --- weblog-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weblog-model.lua b/weblog-model.lua index 645d281..76b9a75 100644 --- a/weblog-model.lua +++ b/weblog-model.lua @@ -532,7 +532,7 @@ local function checkwords(logentry) end -- ignore blank lines - if string.find(thisline, "%S") then + if string.find(goodline, "%S") then _,instcnt = string.lower(logentry.URL):gsub(format.escapemagiccharacters(goodline), " ") --if string.find(logentry.URL,goodline) then if instcnt ~= 0 then -- cgit v1.2.3