From: Steven Barth Date: Sat, 17 Jan 2009 13:07:52 +0000 (+0000) Subject: Merge r4062 X-Git-Tag: 0.8.4~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65beeabab5d048d6e1807c32aaa1a4dcc148be8f;p=oweals%2Fluci.git Merge r4062 --- 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