libs/web: Prevent luci.http to prematurely parse the POST data
[project/luci.git] / applications / luci-statistics / luasrc / controller / luci_statistics / luci_statistics.lua
index 67ea8a6f0c1b23c904e87ef6ec6b2eb64b52c617..f16a655dcff50eaf204b76cd19fa11a3ca8444dd 100644 (file)
@@ -80,7 +80,7 @@ function index()
              page.setuser  = "nobody"
              page.setgroup = "nogroup"
 
-       local vars = luci.http.formvalue()
+       local vars = luci.http.formvalue(nil, true)
        local span = vars.timespan or nil
 
        for i, plugin in luci.util.vspairs( tree:plugins() ) do