mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:10:12 +00:00
Replace DI::apiResponse()->exit()
with $this->response->exit()
This commit is contained in:
parent
2dc60cfd33
commit
a88cc8d5c8
22 changed files with 26 additions and 26 deletions
|
@ -82,6 +82,6 @@ class UserTimeline extends BaseApi
|
|||
}
|
||||
DBA::close($statuses);
|
||||
|
||||
DI::apiResponse()->exit('user', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid));
|
||||
$this->response->exit('user', ['status' => $ret], $this->parameters['extension'] ?? null, Contact::getPublicIdByUserId($uid));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue