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(