luci-0.9: merge r5758

This commit is contained in:
Jo-Philipp Wich 2010-03-08 04:51:42 +00:00
parent 4762f5a633
commit a2338d9adf

View file

@ -39,6 +39,7 @@ i = s:option(DummyValue, "index", translate("initmgr_index"))
n = s:option(DummyValue, "name", translate("initmgr_name"))
e = s:option(Flag, "enabled", translate("initmgr_enabled"))
e.rmempty = false
e.cfgvalue = function(self, section)
return inits[section].enabled and "1" or "0"