]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: Drop unnecessary exit
authorLouis Chemineau <louis@chmn.me>
Tue, 17 Sep 2024 15:32:33 +0000 (17:32 +0200)
committerRobin Appelman <robin@icewind.nl>
Thu, 19 Sep 2024 15:44:23 +0000 (17:44 +0200)
Signed-off-by: Louis Chemineau <louis@chmn.me>
apps/dav/lib/Files/ErrorPagePlugin.php

index d918da4fab38151a876b28c74c1b3937644565c7..9f834cfbcb5420f7792cd8758ea586382940d6ea 100644 (file)
@@ -109,7 +109,6 @@ class ErrorPagePlugin extends ServerPlugin {
         */
        public function sendResponse() {
                $this->server->sapi->sendResponse($this->server->httpResponse);
-               exit();
        }
 
        private function acceptHtml(): bool {