From 65beeabab5d048d6e1807c32aaa1a4dcc148be8f Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 17 Jan 2009 13:07:52 +0000 Subject: [PATCH] Merge r4062 --- libs/cbi/luasrc/cbi.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index d19e0eb73..d24fa6ad0 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -769,6 +769,7 @@ end -- Removes the section function AbstractSection.remove(self, section) + self.map.autoapply = false return self.map:del(section) end @@ -795,6 +796,8 @@ function AbstractSection.create(self, section) end end + self.map.autoapply = false + return stat end -- 2.11.0