mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #3862 from nextcloud/dont-set-the-status-twice
Don't set the HTTP status twice
This commit is contained in:
commit
c4fe36cc02
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