From 7e0f372b6c63778ad7a234e467d30303094f07e4 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Fri, 21 Oct 2016 17:04:58 +0200 Subject: [PATCH] Bug 17481: Fix incorrect merge of bug 11048 (logout redirection for CAS authentication) Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall --- C4/Auth_with_cas.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm index c3d163de63..b69124b0f7 100644 --- a/C4/Auth_with_cas.pm +++ b/C4/Auth_with_cas.pm @@ -66,7 +66,6 @@ sub getMultipleAuth { sub logout_cas { my ($query, $type) = @_; my ( $cas, $uri ) = _get_cas_and_service($query, undef, $type); - print $query->redirect( $cas->logout_url($uri)); print $query->redirect( $cas->logout_url(url => $uri)); } -- 2.20.1