CBI: Push savestatus to commit_handler
This commit is contained in:
parent
07679380b8
commit
c31dc4f97f
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ function Map.parse(self)
|
||||||
self.uci:unload(config)
|
self.uci:unload(config)
|
||||||
end
|
end
|
||||||
if type(self.commit_handler) == "function" then
|
if type(self.commit_handler) == "function" then
|
||||||
self:commit_handler()
|
self:commit_handler(luci.http.formvalue("cbi.submit"))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue