Fixed report name

This commit is contained in:
Vincent Petry 2016-02-02 18:06:16 +01:00
parent 03f4b49ecc
commit 8b98cf5a5b
1 changed files with 2 additions and 2 deletions

View File

@ -71,11 +71,11 @@
}
var body = '<?xml version="1.0" encoding="utf-8" ?>\n' +
'<D:report xmlns:D="DAV:" xmlns:oc="http://owncloud.org/ns">\n' +
'<oc:filter-comments xmlns:D="DAV:" xmlns:oc="http://owncloud.org/ns">\n' +
// load one more so we know there is more
' <oc:limit>' + (this._limit + 1) + '</oc:limit>\n' +
' <oc:offset>' + this.length + '</oc:offset>\n' +
'</D:report>\n';
'</oc:filter-comments>\n';
options = options || {};
var success = options.success;