modules/admin-full: do not use private wifinet properties in network controller
This commit is contained in:
parent
c7cf8ef8c1
commit
637e3cd0e3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ function index()
|
|||
local wnet
|
||||
for _, wnet in ipairs(wdev:get_wifinets()) do
|
||||
entry(
|
||||
{"admin", "network", "wireless", wnet.netid},
|
||||
{"admin", "network", "wireless", wnet:id()},
|
||||
alias("admin", "network", "wireless"),
|
||||
wdev:name() .. ": " .. wnet:shortname()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue