* Fixed apply function
[project/luci.git] / core / src / ffluci / sgi / haserl.lua
index 041cffc703a99c79fa91f120207d42449fd75dff..76dc3854aff52bee67ae15632c3ca0b17394f556 100644 (file)
@@ -31,7 +31,7 @@ FORM = FORM or {}
 -- HTTP interface
 
 -- Returns a table of all COOKIE, GET and POST Parameters
-function ffluci.http.formvalues(prefix)
+function ffluci.http.formvalues()
        return FORM
 end