luci-app-bmx6: fix issue with tunIn help

This commit is contained in:
p4u 2013-08-28 01:25:06 +02:00
parent 5b57a2035f
commit 821e52f54f
1 changed files with 1 additions and 1 deletions

View File

@ -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