Don't set the HTTP status twice

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3862/head
Joas Schilling 9 years ago
parent 57c1be8633
commit 3a53784f80
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
  1. 1
      apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php

@ -138,7 +138,6 @@ class FakeLockerPlugin extends ServerPlugin {
$response->setStatus(200);
$response->setBody($body);
$response->setStatus(200);
return false;
}

Loading…
Cancel
Save