mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00:00
Some more renamed functions
This commit is contained in:
parent
c81e81dc8d
commit
28cfdec7c4
3 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue