modules/admin-full: reuse sysupgrade facilities to create backup archive
[project/luci.git] / modules / admin-full / luasrc / controller / admin / index.lua
index 3448489..4e83252 100644 (file)
@@ -17,7 +17,7 @@ module("luci.controller.admin.index", package.seeall)
 function index()
        local root = node()
        if not root.target then
-               root.target = firstchild()
+               root.target = alias("admin")
                root.index = true
        end