PROPPATCH request was not logged

This commit is contained in:
Ralf Becker 2012-01-30 01:57:23 +00:00
parent d397cd9ec8
commit 1faabaa9f7

View File

@ -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");