From f73dba9e823e4e806c66d5ae4d660172acd371cc Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 13 Mar 2018 16:36:18 +0000 Subject: [PATCH] [Minor] Understand both 'statistic' and 'statistics' --- lualib/rspamadm/configwizard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua index 25e665aa0..65e289d47 100644 --- a/lualib/rspamadm/configwizard.lua +++ b/lualib/rspamadm/configwizard.lua @@ -622,7 +622,7 @@ return function(args, cfg) end end - if has_check('statistic') then + if has_check('statistic') or has_check('statistics') then setup_statistic(cfg, changes) end -- 2.39.5