mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
PROPPATCH request was not logged
This commit is contained in:
parent
d397cd9ec8
commit
1faabaa9f7
@ -1031,6 +1031,7 @@ class HTTP_WebDAV_Server
|
||||
$options["path"] = $this->path;
|
||||
|
||||
$propinfo = new _parse_proppatch("php://input", $this->store_request);
|
||||
if ($this->store_request) $this->request = $propinfo->request;
|
||||
|
||||
if (!$propinfo->success) {
|
||||
$this->http_status("400 Error");
|
||||
|
Loading…
Reference in New Issue
Block a user