mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +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;
|
$options["path"] = $this->path;
|
||||||
|
|
||||||
$propinfo = new _parse_proppatch("php://input", $this->store_request);
|
$propinfo = new _parse_proppatch("php://input", $this->store_request);
|
||||||
|
if ($this->store_request) $this->request = $propinfo->request;
|
||||||
|
|
||||||
if (!$propinfo->success) {
|
if (!$propinfo->success) {
|
||||||
$this->http_status("400 Error");
|
$this->http_status("400 Error");
|
||||||
|
Loading…
Reference in New Issue
Block a user