mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
PROPPATCH request was not logged
This commit is contained in:
parent
e46aae67e0
commit
b1990ee309
@ -1058,6 +1058,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