]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/Authentication.php
Merge pull request #12539 from annando/forum-thread
[friendica.git] / src / Security / Authentication.php
index 5dcc399403004af1fafc9892b8f48aec42eb309d..c6a84036728c652384872c69c1d4c61c4592486a 100644 (file)
@@ -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);
                }