liquid_feedback_frontend

changeset 1486:00ce64d26e9e

Fixed redirection after registration without redirect params
author bsw
date Sun Nov 04 19:32:13 2018 +0100 (2018-11-04)
parents 2626155efb83
children ad1107fc0fbf
files app/main/index/_action/register.lua
line diff
     1.1 --- a/app/main/index/_action/register.lua	Wed Oct 31 12:21:44 2018 +0100
     1.2 +++ b/app/main/index/_action/register.lua	Sun Nov 04 19:32:13 2018 +0100
     1.3 @@ -320,7 +320,7 @@
     1.4      module = param.get("redirect_module") or "index",
     1.5      view   = param.get("redirect_view") or "index",
     1.6      id     = param.get("redirect_id"),
     1.7 -    params = json.import(param.get("redirect_params"))
     1.8 +    params = json.import(param.get("redirect_params") or "")
     1.9    }
    1.10  end
    1.11    

Impressum / About Us