Merge r4062
authorSteven Barth <steven@midlink.org>
Sat, 17 Jan 2009 13:07:52 +0000 (13:07 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 17 Jan 2009 13:07:52 +0000 (13:07 +0000)
libs/cbi/luasrc/cbi.lua

index d19e0eb..d24fa6a 100644 (file)
@@ -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