fixed bug in navbar link, thanks Anthony
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-06-12 08:25:19) dev
|
||||
Version 2.00.0 (2012-06-12 21:45:03) dev
|
||||
|
||||
+1
-1
@@ -1221,7 +1221,7 @@ class Auth(object):
|
||||
if URL() == action:
|
||||
next = ''
|
||||
else:
|
||||
next = '?_next='+urllib.quote(URL(args=request.args,vars=request.vars))
|
||||
next = '?_next='+urllib.quote(URL(args=request.args,vars=request.get_vars))
|
||||
|
||||
li_next = '?_next='+urllib.quote(self.settings.login_next)
|
||||
lo_next = '?_next='+urllib.quote(self.settings.logout_next)
|
||||
|
||||
Reference in New Issue
Block a user