Replaced direct calls to App->user

This commit is contained in:
Michael 2021-08-08 11:17:08 +00:00
parent 2d4ecd5ccf
commit e823a1bd05
10 changed files with 12 additions and 12 deletions

View file

@ -460,5 +460,5 @@ function windowsphonepush_login(App $a)
DI::auth()->setForUser($a, $record);
DI::session()->set('allow_api', true);
Hook::callAll('logged_in', $a->user);
Hook::callAll('logged_in', $record);
}