aboutsummaryrefslogtreecommitdiffstats
path: root/rules/misc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rules/misc.lua')
-rw-r--r--rules/misc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/misc.lua b/rules/misc.lua
index 048bae149..01fe3f5aa 100644
--- a/rules/misc.lua
+++ b/rules/misc.lua
@@ -38,7 +38,7 @@ reconf['R_FLASH_REDIR_IMGSHACK'] = '/^(?:http:\\/\\/)?img\\d{1,5}\\.imageshack\\
local function test_subject(task, check_function, rate)
local function normalize_linear(a, x)
local f = a * x
- return (( f < 1 ) and f or 1), tostring(x)
+ return true, (( f < 1 ) and f or 1), tostring(x)
end
local sbj = task:get_header('Subject')