diff options
author | Louis Chemineau <louis@chmn.me> | 2024-09-17 17:32:33 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-18 10:32:18 +0000 |
commit | daaa3818d135cde531c9d2877d4b5158142182c3 (patch) | |
tree | b4042439e6a171504f0f0b18a4736c843b7f0802 | |
parent | ad66160539bff3f0a482b6186aa6fca2ee13c1ab (diff) | |
download | nextcloud-server-backport/48145/stable28.tar.gz nextcloud-server-backport/48145/stable28.zip |
fix: Drop unnecessary exitbackport/48145/stable28
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r-- | apps/dav/lib/Files/ErrorPagePlugin.php | 1 |
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 { |