mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 14:44:53 +00:00
fix(dav): render DAV exceptions as XML
This commit is contained in:
@@ -589,7 +589,7 @@
|
||||
// inContainer: self];
|
||||
|
||||
if (!obj)
|
||||
obj = [NSException exceptionWithHTTPStatus: 404 /* Not Found */];
|
||||
obj = [self exceptionWithHTTPStatus: 404 /* Not Found */];
|
||||
}
|
||||
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user