Revert "fix: Drop unnecessary exit"

This reverts commit d2bf3613f6.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/49004/head
Daniel Kesselberg 11 months ago
parent cb6840fea5
commit 3c3b7f9eda
No known key found for this signature in database
GPG Key ID: 4A81C29F63464E8F
  1. 1
      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 {

Loading…
Cancel
Save