CBI: Push savestatus to commit_handler

This commit is contained in:
Steven Barth 2008-10-19 19:01:50 +00:00
parent 07679380b8
commit c31dc4f97f

View file

@ -342,7 +342,7 @@ function Map.parse(self)
self.uci:unload(config)
end
if type(self.commit_handler) == "function" then
self:commit_handler()
self:commit_handler(luci.http.formvalue("cbi.submit"))
end
end
end