mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
fix: Drop unnecessary exit
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
e4eb90c522
commit
3c7bb63cd3
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ class ErrorPagePlugin extends ServerPlugin {
|
|||
*/
|
||||
public function sendResponse() {
|
||||
$this->server->sapi->sendResponse($this->server->httpResponse);
|
||||
exit();
|
||||
}
|
||||
|
||||
private function acceptHtml(): bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue