Workaround some Heisenbug

This commit is contained in:
Steven Barth 2008-11-06 18:32:07 +00:00
parent 42e79af68b
commit caf05a86f3

View file

@ -1197,7 +1197,7 @@ function AbstractValue.parse(self, section)
--luci.util.append(self.map.events, self.events)
end
elseif cvalue ~= fvalue then
self:write(section, fvalue)
self:write(section, fvalue or "")
if self.error then
self.error[section] = "missing"
else