old boot.php functions replaced in various places

This commit is contained in:
Michael 2022-10-19 05:06:28 +00:00 committed by Hypolite Petovan
parent c54bfd423a
commit 11944dda32
20 changed files with 183 additions and 105 deletions

View file

@ -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;
}