mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 01:40:53 -04:00
Revert "fix: Drop unnecessary exit"
This reverts commit d2bf3613f6.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
aa30a1bc0d
commit
13a3e5ecee
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,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