From: Artur Weigandt Date: Sat, 23 Nov 2024 21:42:52 +0000 (+0100) Subject: Remove unused parameter in saml addon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf679262b0b238378a75ed0c7f7436cfe999ac7d;p=friendica-addons.git Remove unused parameter in saml addon --- diff --git a/saml/saml.php b/saml/saml.php index 56dd0f5d..9f065355 100755 --- a/saml/saml.php +++ b/saml/saml.php @@ -161,7 +161,7 @@ function saml_sso_reply() } if (!empty($user['uid'])) { - DI::auth()->setForUser(DI::app(), $user); + DI::auth()->setForUser($user); } if (isset($_POST['RelayState']) && Utils::getSelfURL() != $_POST['RelayState']) {