fixed onlogout next
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.7.3-stable+timestamp.2013.10.11.18.10.01
|
||||
Version 2.7.3-stable+timestamp.2013.10.11.19.30.17
|
||||
|
||||
+1
-1
@@ -2418,7 +2418,7 @@ class Auth(object):
|
||||
"""
|
||||
|
||||
if next is DEFAULT:
|
||||
next = self.settings.logout_next
|
||||
next = self.get_vars_next() or self.settings.logout_next
|
||||
if onlogout is DEFAULT:
|
||||
onlogout = self.settings.logout_onlogout
|
||||
if onlogout:
|
||||
|
||||
Reference in New Issue
Block a user