projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06638d
)
* luci/core: dispatcher.lua: fix build_url()
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 29 May 2008 00:58:52 +0000
(
00:58
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 29 May 2008 00:58:52 +0000
(
00:58
+0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index fc551a4bdeb54efa83985742e7c83e3998d1f0c8..3bf9ac9d4b97495fc41626f492b55ef1af202814 100644
(file)
--- a/
libs/web/luasrc/dispatcher.lua
+++ b/
libs/web/luasrc/dispatcher.lua
@@
-46,7
+46,7
@@
built_tree = false
-- Builds a URL
-function build_url(
...
)
+function build_url(
arg
)
return luci.http.dispatcher() .. "/" .. table.concat(arg, "/")
end