luci-app-n2n_v2: fix typo error

Fixes: fb950f2786 ("treewide: add ACL dependency annotations to legacy controllers")

Reported-by: fuqiang03
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-04-21 23:58:09 +08:00
parent 9077558947
commit 173c2af216
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -16,7 +16,7 @@ function index()
local page
page = entry({"admin", "vpn", "n2n_v2"}, cbi("n2n_v2"), _("N2N v2 VPN"), 45)
page.dependent = true
page..acl_depends = { "luci-app-n2n_v2" }
page.acl_depends = { "luci-app-n2n_v2" }
end
function n2n_status()