Browse Source

[Minor] Settings: Fix function invocation

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
2b1a95aedc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/settings.lua

+ 1
- 1
src/plugins/lua/settings.lua View File

@@ -229,7 +229,7 @@ local function check_settings(task)
end

local ret = fun.any(function(d)
return check_func(value, d)
return check_func(d, value)
end, to_check)
if ret then
res = true

Loading…
Cancel
Save