From 88aa7683d9620f60dca93be4dff33fc0ab47cf49 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 d918da4fab3..9f834cfbcb5 100644 --- a/apps/dav/lib/Files/ErrorPagePlugin.php +++ b/apps/dav/lib/Files/ErrorPagePlugin.php @@ -109,7 +109,6 @@ class ErrorPagePlugin extends ServerPlugin { */ public function sendResponse() { $this->server->sapi->sendResponse($this->server->httpResponse); - exit(); } private function acceptHtml(): bool { -- 2.39.5