diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-26 00:48:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-26 00:48:33 +0000 |
commit | 7e882e8bd6bd4d5067ae8b642146bac96414ad72 (patch) | |
tree | 0b01b9b99d79b15d006780a68198a376b02af9e5 /modules/admin-full/luasrc | |
parent | 6350803416ee13df2b12d559e800114f4f1db680 (diff) |
modules/admin-full: use firstchild() instead of fixed alias
Diffstat (limited to 'modules/admin-full/luasrc')
-rw-r--r-- | modules/admin-full/luasrc/controller/admin/network.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua index 1e6892e16..954ba12f5 100644 --- a/modules/admin-full/luasrc/controller/admin/network.lua +++ b/modules/admin-full/luasrc/controller/admin/network.lua @@ -31,7 +31,7 @@ function index() local page page = node("admin", "network") - page.target = alias("admin", "network", "network") + page.target = firstchild() page.title = _("Network") page.order = 50 page.index = true |