logout: fix return url

This commit is contained in:
Jérôme Schneider 2013-06-07 18:14:53 +02:00
parent af1460a617
commit 1b99445f0d
1 changed files with 2 additions and 2 deletions

View File

@ -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());
}
?>