aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2024-09-17 17:32:33 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-18 10:31:24 +0000
commit4c223cbe6262c07a40a453f3f4b7cb79b52d3e9f (patch)
treea04e3facd9b9cd9d57b3bdccff8cd39e7b071b36
parent96658d250668fed5fcfd98d2bfcfa77cac555b34 (diff)
downloadnextcloud-server-backport/48145/stable29.tar.gz
nextcloud-server-backport/48145/stable29.zip
fix: Drop unnecessary exitbackport/48145/stable29
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r--apps/dav/lib/Files/ErrorPagePlugin.php1
1 files changed, 0 insertions, 1 deletions
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 {