Return "Not Implemented" from server for 501, not "Method Not Implemented"
This commit is contained in:
parent
aedd361569
commit
a937c99f09
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Zotero.Server = new function() {
|
|||
404:"Not Found",
|
||||
412:"Precondition Failed",
|
||||
500:"Internal Server Error",
|
||||
501:"Method Not Implemented",
|
||||
501:"Not Implemented",
|
||||
504:"Gateway Timeout"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue