mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:10:11 +00:00
old boot.php functions replaced in various places
This commit is contained in:
parent
c54bfd423a
commit
11944dda32
20 changed files with 183 additions and 105 deletions
|
@ -191,7 +191,7 @@ class BasicAuth
|
|||
|
||||
Hook::callAll('logged_in', $record);
|
||||
|
||||
self::$current_user_id = local_user();
|
||||
self::$current_user_id = Session::getLocalUser();
|
||||
|
||||
return self::$current_user_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue