From: Vsevolod Stakhov Date: Tue, 13 Mar 2018 16:36:18 +0000 (+0000) Subject: [Minor] Understand both 'statistic' and 'statistics' X-Git-Tag: 1.7.1~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f73dba9e823e4e806c66d5ae4d660172acd371cc;p=rspamd.git [Minor] Understand both 'statistic' and 'statistics' --- 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