* luci/core: dispatcher.lua: fix build_url()
This commit is contained in:
parent
b06638df6e
commit
b8abce7f1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue