From 821e52f54f4175230eafedfcf353c8bb7b1bfbfc Mon Sep 17 00:00:00 2001 From: p4u Date: Wed, 28 Aug 2013 01:25:06 +0200 Subject: [PATCH] luci-app-bmx6: fix issue with tunIn help --- luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua b/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua index ded6bbf..92b14fc 100644 --- a/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua +++ b/luci-app-bmx6/files/usr/lib/lua/luci/model/cbi/bmx6/tunnels.lua @@ -54,7 +54,7 @@ local _,o for _,o in ipairs(tunInoptions) do if o.name ~= nil and o.name ~= "network" then help = bmx6json.getHtmlHelp(o) - value = tunnelsOut:option(Value,o.name,o.name,help) + value = tunnelsIn:option(Value,o.name,o.name,help) value.optional = true end end -- 2.30.2