protocols/core: fix bad .write() invocation in luci.tools.proto
This commit is contained in:
parent
6964143379
commit
adedd765d4
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ function opt_macaddr(s, ifc, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
function o.remove(self, section)
|
function o.remove(self, section)
|
||||||
self:write(self, section, nil)
|
self:write(section, nil)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue