Fixed report name
This commit is contained in:
parent
03f4b49ecc
commit
8b98cf5a5b
|
@ -71,11 +71,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
var body = '<?xml version="1.0" encoding="utf-8" ?>\n' +
|
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
|
// load one more so we know there is more
|
||||||
' <oc:limit>' + (this._limit + 1) + '</oc:limit>\n' +
|
' <oc:limit>' + (this._limit + 1) + '</oc:limit>\n' +
|
||||||
' <oc:offset>' + this.length + '</oc:offset>\n' +
|
' <oc:offset>' + this.length + '</oc:offset>\n' +
|
||||||
'</D:report>\n';
|
'</oc:filter-comments>\n';
|
||||||
|
|
||||||
options = options || {};
|
options = options || {};
|
||||||
var success = options.success;
|
var success = options.success;
|
||||||
|
|
Loading…
Reference in New Issue