Skip to content

Commit 884a34d

Browse files
committed
Stupid typo
1 parent 905bbad commit 884a34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sabre/DAV/FilterTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function delete($path) {
8383
*/
8484
public function put($path, $data) {
8585

86-
return $this->subject->delete($data);
86+
return $this->subject->put($path,$data);
8787

8888
}
8989

0 commit comments

Comments
 (0)