From 914caadeec23a29913073f591d6608a3c84b1a1a Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 11 Oct 2013 19:31:12 -0500 Subject: [PATCH] fixed onlogout next --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 97c05a95..92ead4c5 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/tools.py b/gluon/tools.py index 173cbd10..79f8371e 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -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: