From 3c3b7f9edab8b87183d2d41fa9500f4cbb403484 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Wed, 30 Oct 2024 18:11:44 +0100 Subject: [PATCH] Revert "fix: Drop unnecessary exit" This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg --- apps/dav/lib/Files/ErrorPagePlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dav/lib/Files/ErrorPagePlugin.php b/apps/dav/lib/Files/ErrorPagePlugin.php index 2b93f0e7a49ac..ddf04d0f7632e 100644 --- a/apps/dav/lib/Files/ErrorPagePlugin.php +++ b/apps/dav/lib/Files/ErrorPagePlugin.php @@ -92,6 +92,7 @@ public function generateBody(\Throwable $ex, int $httpCode): mixed { */ public function sendResponse() { $this->server->sapi->sendResponse($this->server->httpResponse); + exit(); } private function acceptHtml(): bool {