webmcp

diff framework/env/request/get_param_strings.lua @ 95:df9a192d36d5

Bugfix in function request.get_param_strings()
author jbe
date Wed Oct 10 18:29:08 2012 +0200 (2012-10-10)
parents 2f8d8edd1836
children 66bdd686df30
line diff
     1.1 --- a/framework/env/request/get_param_strings.lua	Wed Oct 10 18:27:59 2012 +0200
     1.2 +++ b/framework/env/request/get_param_strings.lua	Wed Oct 10 18:29:08 2012 +0200
     1.3 @@ -6,6 +6,6 @@
     1.4  
     1.5  --]]--
     1.6  
     1.7 -function param.get_param_strings()
     1.8 +function request.get_param_strings()
     1.9    return request._params
    1.10  end

Impressum / About Us