]> git.mxchange.org Git - friendica-addons.git/commitdiff
Remove unused parameter in saml addon
authorArtur Weigandt <Art4@users.noreply.github.com>
Sat, 23 Nov 2024 21:42:52 +0000 (22:42 +0100)
committerheluecht <heluecht@noreply.git.friendi.ca>
Sun, 24 Nov 2024 09:17:44 +0000 (10:17 +0100)
saml/saml.php

index 56dd0f5d23f9ea2318197f8d818e90c773258dd4..9f065355c2f99573f9a795f574d8638395125f4e 100755 (executable)
@@ -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']) {