Fix signature of SAML hooks to work with modern friendica #1316

Merged
simcop2387 merged 2 commits from develop into develop 2022-11-20 03:48:24 +01:00
Showing only changes of commit a09dd57391 - Show all commits

View file

@ -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!');