webmcp

changeset 95:df9a192d36d5

Bugfix in function request.get_param_strings()
author jbe
date Wed Oct 10 18:29:08 2012 +0200 (2012-10-10)
parents eeea5b7f31d4
children db4bf2e6513c
files framework/env/request/get_param_strings.lua
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