Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Apr 4, 2008
1 parent 86f5b9d commit 66ec087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sabre/DAV/LockManager/FS.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function unlock($uri,Sabre_DAV_Lock $lockInfo) {
if ($lock->token == $lockInfo->token) {

unset($locks[$k]);
$this->putData($locks);
$this->putData($uri,$locks);
return true;

}
Expand Down

0 comments on commit 66ec087

Please sign in to comment.