From: Jo-Philipp Wich Date: Fri, 21 Oct 2011 17:22:48 +0000 (+0000) Subject: libs/web: fix package name in error suggestion X-Git-Tag: 0.11.0~1497 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=a24d340ca4f3dd87135da8341e2c74542d907668;p=project%2Fluci.git libs/web: fix package name in error suggestion --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index f277501f8..9bfa413cf 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -399,7 +399,7 @@ function dispatch(request) local root = node() if not root or not root.target then error404("No root node was registered, this usually happens if no module was installed.\n" .. - "Install luci-admin-full and retry. " .. + "Install luci-mod-admin-full and retry. " .. "If the module is already installed, try removing the /tmp/luci-indexcache file.") else error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" ..