mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
Remove direct calls to App->user
This commit is contained in:
parent
266ee26240
commit
fc283ab928
51 changed files with 238 additions and 166 deletions
|
@ -184,7 +184,7 @@ class BasicAuth
|
|||
|
||||
Session::set('allow_api', true);
|
||||
|
||||
Hook::callAll('logged_in', $a->user);
|
||||
Hook::callAll('logged_in', $record);
|
||||
|
||||
if (Session::get('allow_api')) {
|
||||
self::$current_user_id = local_user();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue