From 5ee2ab9b6bd4589ecc9893cb22b0c1d3bd18d084 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 29 Oct 2012 09:31:51 -0500 Subject: [PATCH] fixed redirection after change password, issue 1112, thanks Friedrich --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1dc141f8..6e7dddc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-10-29 09:28:14) stable +Version 2.2.1 (2012-10-29 09:31:46) stable diff --git a/gluon/tools.py b/gluon/tools.py index e70723dd..44eabe2d 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -2717,7 +2717,7 @@ class Auth(object): next = self.url(args=request.args) else: next = replace_id(next, form) - redirect(next) + redirect(next) return form def profile(