Skip to content

Commit

Permalink
Revert "fix: Drop unnecessary exit"
Browse files Browse the repository at this point in the history
This reverts commit d2bf361.

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Nov 26, 2024
1 parent 039efa4 commit c343015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/Files/ErrorPagePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function generateBody(\Throwable $ex, int $httpCode): mixed {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
exit();
}

private function acceptHtml(): bool {
Expand Down

0 comments on commit c343015

Please sign in to comment.