aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2024-10-30 18:11:44 +0100
committerDaniel Kesselberg <mail@danielkesselberg.de>2024-11-22 11:55:24 +0100
commit3c3b7f9edab8b87183d2d41fa9500f4cbb403484 (patch)
tree3606b5e64d9efd481f4d3022280e07a80b38f460 /apps/dav/lib
parentcb6840fea567d724baa4e3838a6551fa5ae52383 (diff)
downloadnextcloud-server-3c3b7f9edab8b87183d2d41fa9500f4cbb403484.tar.gz
nextcloud-server-3c3b7f9edab8b87183d2d41fa9500f4cbb403484.zip
Revert "fix: Drop unnecessary exit"
This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'apps/dav/lib')
-rw-r--r--apps/dav/lib/Files/ErrorPagePlugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/Files/ErrorPagePlugin.php b/apps/dav/lib/Files/ErrorPagePlugin.php
index 2b93f0e7a49..ddf04d0f763 100644
--- a/apps/dav/lib/Files/ErrorPagePlugin.php
+++ b/apps/dav/lib/Files/ErrorPagePlugin.php
@@ -92,6 +92,7 @@ class ErrorPagePlugin extends ServerPlugin {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
+ exit();
}
private function acceptHtml(): bool {