Richard Leger

Results 2 issues of Richard Leger

When sabre-io/dav/lib/DAV/Tree.php > getNodeForPath function is run, it seems returned $node [via $node = $parent->getChild($baseName);] has its 'path' property set to NULL while it shouldn't I believe. This seems to...

The sabre-io/dav/lib\DAV\FSExt\Directory.php > moveInto return true even if rename function fails. I belive it should not. I would suggest to replace... function moveInto($targetName, $sourcePath, DAV\INode $sourceNode) { // We only...