Skip to content

Commit 66ec087

Browse files
committed
fix
1 parent 86f5b9d commit 66ec087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sabre/DAV/LockManager/FS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function unlock($uri,Sabre_DAV_Lock $lockInfo) {
9696
if ($lock->token == $lockInfo->token) {
9797

9898
unset($locks[$k]);
99-
$this->putData($locks);
99+
$this->putData($uri,$locks);
100100
return true;
101101

102102
}

0 commit comments

Comments
 (0)