aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2024-09-17 17:32:33 +0200
committerLouis <louis@chmn.me>2024-10-01 14:46:17 +0200
commite20eaa3470aa9769c4529148640fd5a1c9653864 (patch)
treea772716b5b81048b5fd6c372347682d54f418bf1
parent8a4394bfd875f1a7d3bb7601dfd422471af7704c (diff)
downloadnextcloud-server-e20eaa3470aa9769c4529148640fd5a1c9653864.tar.gz
nextcloud-server-e20eaa3470aa9769c4529148640fd5a1c9653864.zip
fix: Drop unnecessary exit
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 ccf396d551c..59d49cb8fda 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 {