X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FSecurity%2FAuthentication.php;h=c6a84036728c652384872c69c1d4c61c4592486a;hb=e0fa557f18d544d81c37fa8c2554ec5240a64d4b;hp=5dcc399403004af1fafc9892b8f48aec42eb309d;hpb=04450bbbd4a490e29c2295ab0c11e3dcb6e9bc95;p=friendica.git diff --git a/src/Security/Authentication.php b/src/Security/Authentication.php index 5dcc399403..c6a8403672 100644 --- a/src/Security/Authentication.php +++ b/src/Security/Authentication.php @@ -392,9 +392,6 @@ class Authentication } } - $a->setLoggedInUserId($user_record['uid']); - $a->setLoggedInUserNickname($user_record['nickname']); - if ($login_initial) { Hook::callAll('logged_in', $user_record); }