mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
protocols/core: fix bad .write() invocation in luci.tools.proto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user