mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-09 14:24:32 +02: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
|
@ -69,6 +69,6 @@ class Search extends BaseApi
|
|||
throw new BadRequestException('No search term specified.');
|
||||
}
|
||||
|
||||
DI::apiResponse()->exit('users', ['user' => $userlist], $this->parameters['extension'] ?? null);
|
||||
$this->response->exit('users', ['user' => $userlist], $this->parameters['extension'] ?? null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue