mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Revert "fix: Drop unnecessary exit"
This reverts commit d2bf3613f6.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
cb6840fea5
commit
3c3b7f9eda
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ class ErrorPagePlugin extends ServerPlugin {
|
|||
*/
|
||||
public function sendResponse() {
|
||||
$this->server->sapi->sendResponse($this->server->httpResponse);
|
||||
exit();
|
||||
}
|
||||
|
||||
private function acceptHtml(): bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue