mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Don't set the HTTP status twice
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
57c1be8633
commit
3a53784f80
1 changed files with 0 additions and 1 deletions
|
|
@ -138,7 +138,6 @@ class FakeLockerPlugin extends ServerPlugin {
|
|||
|
||||
$response->setStatus(200);
|
||||
$response->setBody($body);
|
||||
$response->setStatus(200);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue