summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/controller
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-29 13:51:32 +0000
committerSteven Barth <steven@midlink.org>2008-05-29 13:51:32 +0000
commitfe7cbc15b84da52097c2c50ebcf96f95825587d0 (patch)
tree2ceb905223012fae68442984fca948f2d594b488 /applications/luci-statistics/luasrc/controller
parent908332e3e9ba183d2d18ce302fb1478a41d2631b (diff)
Revert "* luci/core: dispatcher.lua: fix build_url()"
This reverts commit 7512f2e5f533cb8ef51a9e4ee01081da0df23853.
Diffstat (limited to 'applications/luci-statistics/luasrc/controller')
-rw-r--r--applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
index 76fb373da..43d082d9c 100644
--- a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
+++ b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
@@ -128,9 +128,9 @@ function statistics_render()
-- redirect to first instance and return
local r = luci.dispatcher.request
- luci.http.redirect( luci.dispatcher.build_url( {
+ luci.http.redirect( luci.dispatcher.build_url(
r[1], r[2], r[3], instances[1]
- } ) )
+ ) )
return
end