mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50:11 +00:00
Rename function Authentication::authenticate_success to Authentication::success
This commit is contained in:
parent
45e5a7f59f
commit
ce2b1f5715
5 changed files with 7 additions and 7 deletions
|
@ -242,7 +242,7 @@ function api_login(App $a)
|
|||
throw new UnauthorizedException("This API requires login");
|
||||
}
|
||||
|
||||
Authentication::authenticate_success($record);
|
||||
Authentication::success($record);
|
||||
|
||||
$_SESSION["allow_api"] = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue