Return 423 instead of 503 for locked files
This commit is contained in:
parent
0451a6652d
commit
270a10b754
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ class FileLocked extends \Sabre\DAV\Exception {
|
|||
*/
|
||||
public function getHTTPCode() {
|
||||
|
||||
return 503;
|
||||
return 423;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue