mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: Drop unnecessary exit
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
f25acfb799
commit
d2bf3613f6
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ 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