mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Merge r4062
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user