diff options
-rw-r--r-- | apps/comments/js/commentcollection.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/js/commentcollection.js b/apps/comments/js/commentcollection.js index f39eeb020fa..d10e5e00865 100644 --- a/apps/comments/js/commentcollection.js +++ b/apps/comments/js/commentcollection.js @@ -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; |