fixed onlogout next

This commit is contained in:
mdipierro
2013-10-11 19:31:12 -05:00
parent 63224e8ce6
commit 914caadeec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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: