Merge r4062
This commit is contained in:
parent
08f7b36130
commit
65beeabab5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue