luci-0.9: merge r5952
This commit is contained in:
parent
e8b29453c8
commit
3cdccaa76c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ m.uci:foreach("network", "switch",
|
|||
end
|
||||
|
||||
s.create = function(self, section)
|
||||
local n = tonumber(section)
|
||||
local n = tonumber(section and section:match("(%d+)"))
|
||||
if n ~= nil and n >= 0 then
|
||||
local sn = "%s_%d" %{ x['.name'], n }
|
||||
local rv = TypedSection.create(self, sn)
|
||||
|
|
Loading…
Reference in a new issue