From: Louis Chemineau Date: Tue, 17 Sep 2024 15:32:33 +0000 (+0200) Subject: fix: Drop unnecessary exit X-Git-Tag: v28.0.11~2^2~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c7bb63cd3d232f7c9c68de30bf073048a53dc72;p=nextcloud-server.git fix: Drop unnecessary exit Signed-off-by: Louis Chemineau --- 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 {