# HG changeset patch # User bsw # Date 1540816721 -3600 # Node ID 18831d75ea87ba6463387408aa5eacab25361dae # Parent 7cdc537f991f76ad9da01c80bbcb56ff48ee8965 Fixed redirection after registration diff -r 7cdc537f991f -r 18831d75ea87 app/main/index/_action/register.lua --- a/app/main/index/_action/register.lua Wed Oct 24 14:49:56 2018 +0200 +++ b/app/main/index/_action/register.lua Mon Oct 29 13:38:41 2018 +0100 @@ -320,7 +320,7 @@ module = param.get("redirect_module") or "index", view = param.get("redirect_view") or "index", id = param.get("redirect_id"), - params = param.get("redirect_params") + params = json.import(param.get("redirect_params")) } end