webmcp

changeset 253:8f028a0aa114

Bug in request.get_param_strings{...} fixed, which caused request._http_request.post_params to be corrupted
author jbe
date Sun Mar 01 22:56:06 2015 +0100 (2015-03-01)
parents e60ef3334d92
children 2169a62e12f5
files framework/env/request/get_param_strings.lua
line diff
     1.1 --- a/framework/env/request/get_param_strings.lua	Sun Mar 01 21:42:50 2015 +0100
     1.2 +++ b/framework/env/request/get_param_strings.lua	Sun Mar 01 22:56:06 2015 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  
     1.5  --]]--
     1.6  
     1.7 -local function merge_params(include, tbl, params_list)
     1.8 +local function merge_params(tbl, params_list, include)
     1.9    for key, values in pairs(tbl) do
    1.10      if not include and string.match(key, "^_webmcp_") then
    1.11        -- do nothing

Impressum / About Us