* Fixed apply function
[project/luci.git] / core / src / ffluci / sgi / webuci.lua
index 05348e44d1a0a369eefae923587d611060758b4b..297780295926960aa8290b92aa09dc91debbb297 100644 (file)
@@ -28,7 +28,7 @@ module("ffluci.sgi.webuci", package.seeall)
 -- HTTP interface
 
 -- Returns a table of all COOKIE, GET and POST Parameters
-function ffluci.http.formvalues(prefix)
+function ffluci.http.formvalues()
        return webuci.vars
 end