From d67dfe740731c1442d2fbd9b7592b30fa1c09b13 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Tue, 17 Sep 2024 17:32:33 +0200 Subject: [PATCH] fix: Drop unnecessary exit Signed-off-by: Louis Chemineau --- apps/dav/lib/Files/ErrorPagePlugin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/dav/lib/Files/ErrorPagePlugin.php b/apps/dav/lib/Files/ErrorPagePlugin.php index ddf04d0f7632e..2b93f0e7a49ac 100644 --- a/apps/dav/lib/Files/ErrorPagePlugin.php +++ b/apps/dav/lib/Files/ErrorPagePlugin.php @@ -92,7 +92,6 @@ public function generateBody(\Throwable $ex, int $httpCode): mixed { */ public function sendResponse() { $this->server->sapi->sendResponse($this->server->httpResponse); - exit(); } private function acceptHtml(): bool {