From: Jo-Philipp Wich Date: Wed, 26 Oct 2011 00:48:33 +0000 (+0000) Subject: modules/admin-full: use firstchild() instead of fixed alias X-Git-Tag: 0.11.0~1482 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7e882e8bd6bd4d5067ae8b642146bac96414ad72;p=project%2Fluci.git modules/admin-full: use firstchild() instead of fixed alias --- diff --git a/modules/admin-full/luasrc/controller/admin/network.lua b/modules/admin-full/luasrc/controller/admin/network.lua index 1e6892e16e..954ba12f52 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