From c31dc4f97f06bd0d18aff0ab09c8f17c45f37811 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 19 Oct 2008 19:01:50 +0000 Subject: [PATCH] CBI: Push savestatus to commit_handler --- libs/cbi/luasrc/cbi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index eed2b64d3d..5f2a7b76c4 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -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 -- 2.30.2