liquid_feedback_frontend

changeset 1483:18831d75ea87

Fixed redirection after registration
author bsw
date Mon Oct 29 13:38:41 2018 +0100 (2018-10-29)
parents 7cdc537f991f
children c5d3f93df7ed
files app/main/index/_action/register.lua
line diff
     1.1 --- a/app/main/index/_action/register.lua	Wed Oct 24 14:49:56 2018 +0200
     1.2 +++ b/app/main/index/_action/register.lua	Mon Oct 29 13:38:41 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 = param.get("redirect_params")
     1.8 +    params = json.import(param.get("redirect_params"))
     1.9    }
    1.10  end
    1.11    

Impressum / About Us