diff --git a/VERSION b/VERSION index ec856b9c..5c4e24e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.7.4-stable+timestamp.2013.10.14.10.13.57 +Version 2.7.4-stable+timestamp.2013.10.16.08.55.58 diff --git a/gluon/tools.py b/gluon/tools.py index 79f8371e..3680ac76 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1124,7 +1124,7 @@ class Auth(object): f=f, args=args, vars=vars, scheme=scheme) def here(self): - return current.request.env.request_uri + return URL(args=current.request.args,vars=current.request.vars) def __init__(self, environment=None, db=None, mailer=True, hmac_key=None, controller='default', function='user',