Skip to content

Commit

Permalink
fix for 'path' node being in the resultset
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Sep 23, 2010
1 parent f43ab90 commit 25718cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/DAV/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,7 @@ exports.VERSION = "0.1";
};

if (depth == 1 && parentNode.hasFeature(jsDAV.__ICOLLECTION__)) {
delete nodes.path;
parentNode.getChildren(function(err, cNodes) {
if (!Util.empty(err))
return cbgetpropspath(err);
Expand Down

0 comments on commit 25718cf

Please sign in to comment.