From 0fa2055705b17b0ac8959e57aec2ead91e939718 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Thu, 6 Nov 2014 15:36:16 -0500 Subject: [PATCH] LP#1390225: redirect to ctx.home_page instead of through ctx.logout_page This way, we skip the auth.session.delete call that will error out because we no longer have the authtoken cookie. Signed-off-by: Mike Rylander Signed-off-by: Chris Sharp Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/opac/parts/base.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 251397335b..03e950d439 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -6,7 +6,7 @@ [% IF ctx.refresh %] [% ELSIF ctx.authtime AND !ctx.is_staff %] - + [% END %] -- 2.11.0