applications/luci-tinyproxy: Change enable option to enabled, #404

This commit is contained in:
Manuel Munz 2012-07-09 06:08:17 +00:00
parent 0e0c3d7785
commit 16c7706442

View file

@ -25,7 +25,7 @@ s:tab("filter", translate("Filtering and ACLs"))
s:tab("limits", translate("Server limits")) s:tab("limits", translate("Server limits"))
o = s:taboption("general", Flag, "enable", translate("Enable Tinyproxy server")) o = s:taboption("general", Flag, "enabled", translate("Enable Tinyproxy server"))
o.rmempty = false o.rmempty = false
function o.write(self, section, value) function o.write(self, section, value)