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:08 +0000
commitd67dfe740731c1442d2fbd9b7592b30fa1c09b13 (patch)
treedcea493307967ca610cd9ac28e8c6be06b9fa5e0
parentdd4caaff0c4eef64f0036a43d253abe579dddd0e (diff)
downloadnextcloud-server-backport/48145/stable30.tar.gz
nextcloud-server-backport/48145/stable30.zip
fix: Drop unnecessary exitbackport/48145/stable30
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 ddf04d0f763..2b93f0e7a49 100644
--- a/apps/dav/lib/Files/ErrorPagePlugin.php
+++ b/apps/dav/lib/Files/ErrorPagePlugin.php
@@ -92,7 +92,6 @@ class ErrorPagePlugin extends ServerPlugin {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
- exit();
}
private function acceptHtml(): bool {