We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905bbad commit 884a34dCopy full SHA for 884a34d
lib/Sabre/DAV/FilterTree.php
@@ -83,7 +83,7 @@ public function delete($path) {
83
*/
84
public function put($path, $data) {
85
86
- return $this->subject->delete($data);
+ return $this->subject->put($path,$data);
87
88
}
89
0 commit comments