From: Ryan Voots Date: Sun, 20 Nov 2022 02:41:07 +0000 (-0500) Subject: SLO takes no params apparently X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a09dd573916835390db88baff045023f50c1ef27;p=friendica-addons.git SLO takes no params apparently --- diff --git a/saml/saml.php b/saml/saml.php index 2f9e437e..95f751aa 100755 --- a/saml/saml.php +++ b/saml/saml.php @@ -173,7 +173,7 @@ function saml_sso_reply(App $a) } } -function saml_slo_initiate(App $a, string &$body) +function saml_slo_initiate(App $a) { if (!saml_is_configured()) { Logger::warning('SAML SLO tried to trigger, but the SAML addon is not configured yet!');