Bug 17481: Fix incorrect merge of bug 11048 (logout redirection for CAS authentication)
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Fri, 21 Oct 2016 15:04:58 +0000 (17:04 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 7 Nov 2016 16:34:57 +0000 (16:34 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

C4/Auth_with_cas.pm

index c3d163d..b69124b 100644 (file)
@@ -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));
 }