diff options
author | Steven Barth <steven@midlink.org> | 2008-08-11 12:53:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-11 12:53:41 +0000 |
commit | b723b936c53d251d43a1e5999ca81c88cf2cad3f (patch) | |
tree | 12e5dc3e6a0204be3cd3d4d68a450c99d9def494 /libs/cbi | |
parent | 37b3fba68869e1d96a46990caf02ccd67c7b93a9 (diff) |
Minor bugfixes
Diffstat (limited to 'libs/cbi')
-rw-r--r-- | libs/cbi/luasrc/cbi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index 0ec2ff815..ad5a51974 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -649,7 +649,7 @@ function AbstractValue.parse(self, section) if self.rmempty or self.optional then self:remove(section) elseif not fvalue or fvalue ~= cvalue then - self.tag_missing[section] = true + --self.tag_missing[section] = true end end end |