From 1b99445f0d87c59e67d41d0754c75bd209a689c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Fri, 7 Jun 2013 18:14:53 +0200 Subject: [PATCH] logout: fix return url --- action/logout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action/logout.php b/action/logout.php index 488464f..d4be5a7 100644 --- a/action/logout.php +++ b/action/logout.php @@ -57,7 +57,7 @@ function action_logout_dist() } } // Logout SAML - spip_log("[auth_saml] logout"); - $simplesaml->logout(generer_url_public('login')); + spip_log("[auth_saml] logout " . url_de_base()); + $simplesaml->logout(url_de_base()); } ?>