diff options
author | Steven Barth <steven@midlink.org> | 2008-05-06 16:31:16 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-06 16:31:16 +0000 |
commit | 21bd8ca76deec06b8e4f4dc3bc2ea75c7f9c3260 (patch) | |
tree | 57597996fb2ddc0a9c08bc35d6e2d747a8301baf /core/src/ffluci/sgi/webuci.lua | |
parent | 4ce666845f2a09bdba77448617edf4f85b1f0f80 (diff) |
* Fixed apply function
* Fixed a few typos
Diffstat (limited to 'core/src/ffluci/sgi/webuci.lua')
-rw-r--r-- | core/src/ffluci/sgi/webuci.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ffluci/sgi/webuci.lua b/core/src/ffluci/sgi/webuci.lua index 05348e44d..297780295 100644 --- a/core/src/ffluci/sgi/webuci.lua +++ b/core/src/ffluci/sgi/webuci.lua @@ -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 |