Return 423 instead of 503 for locked files

remotes/origin/poc-doctrine-migrations
Vincent Petry 11 years ago committed by Robin Appelman
parent 0451a6652d
commit 270a10b754
  1. 2
      lib/private/connector/sabre/exception/filelocked.php

@ -42,6 +42,6 @@ class FileLocked extends \Sabre\DAV\Exception {
*/
public function getHTTPCode() {
return 503;
return 423;
}
}

Loading…
Cancel
Save