projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4c6d8
)
libs/web: fix package name in error suggestion
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 21 Oct 2011 17:22:48 +0000
(17:22 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 21 Oct 2011 17:22:48 +0000
(17:22 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index f277501f8d22d382c6e9620363a234f9576f1b02..9bfa413cf8ba53b9958fc2e4293fcf46421b4bab 100644
(file)
--- 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" ..