Return "Not Implemented" from server for 501, not "Method Not Implemented"

This commit is contained in:
Dan Stillman 2018-02-13 18:25:11 -05:00
parent aedd361569
commit a937c99f09

View File

@ -33,7 +33,7 @@ Zotero.Server = new function() {
404:"Not Found", 404:"Not Found",
412:"Precondition Failed", 412:"Precondition Failed",
500:"Internal Server Error", 500:"Internal Server Error",
501:"Method Not Implemented", 501:"Not Implemented",
504:"Gateway Timeout" 504:"Gateway Timeout"
}; };