libs/web: fix package name in error suggestion

This commit is contained in:
Jo-Philipp Wich 2011-10-21 17:22:48 +00:00
parent 2f4c6d8318
commit a24d340ca4

View file

@ -399,7 +399,7 @@ function dispatch(request)
local root = node() local root = node()
if not root or not root.target then if not root or not root.target then
error404("No root node was registered, this usually happens if no module was installed.\n" .. 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.") "If the module is already installed, try removing the /tmp/luci-indexcache file.")
else else
error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" .. error404("No page is registered at '/" .. table.concat(request, "/") .. "'.\n" ..