]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/Authentication.php
remove unused $redirect parameter
[friendica.git] / src / Security / Authentication.php
index 074cfc2bae0c733013b59440241da4bc836978fc..e894c6ddaf776fbe3e925fc7d98b290c53b44f80 100644 (file)
@@ -352,8 +352,8 @@ class Authentication
                        }
                }
 
-               $a->setUserId($user_record['uid']);
-               $a->setNickname($user_record['nickname']);
+               $a->setLoggedInUserId($user_record['uid']);
+               $a->setLoggedInUserNickname($user_record['nickname']);
 
                if ($login_initial) {
                        Hook::callAll('logged_in', $user_record);