diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua | 4 |
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 |