protocols/core: fix bad .write() invocation in luci.tools.proto

This commit is contained in:
Jo-Philipp Wich 2012-08-19 15:48:57 +00:00
parent 6964143379
commit adedd765d4

View file

@ -41,6 +41,6 @@ function opt_macaddr(s, ifc, ...)
end
function o.remove(self, section)
self:write(self, section, nil)
self:write(section, nil)
end
end