Browse Source

fix: Drop unnecessary exit

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/48145/head
Louis Chemineau 1 year ago
parent
commit
d2bf3613f6
Failed to extract signature
  1. 1
      apps/dav/lib/Files/ErrorPagePlugin.php

1
apps/dav/lib/Files/ErrorPagePlugin.php

@ -92,7 +92,6 @@ class ErrorPagePlugin extends ServerPlugin {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
exit();
}
private function acceptHtml(): bool {

Loading…
Cancel
Save