diff --git a/VERSION b/VERSION index 9d7d683b..f8a3f3e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.07.06.16.03.42 +Version 2.6.0-development+timestamp.2013.07.06.16.05.45 diff --git a/gluon/tools.py b/gluon/tools.py index 45a0d196..b47b21f8 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1116,7 +1116,7 @@ class Auth(object): f=f, args=args, vars=vars, scheme=scheme) def here(self): - return URL(args=current.request.args, vars=current.request.vars) + return current.request.env.request_uri def __init__(self, environment=None, db=None, mailer=True, hmac_key=None, controller='default', function='user',