Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Apr 4, 2008
1 parent bd12c1e commit 7a972ce
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 @@ -78,7 +78,7 @@ public function lock($uri,Sabre_DAV_Lock $lockInfo) {
if ($lock->token == $lockInfo->token) unset($locks[$k]);
}
$locks[] = $lockInfo;
$this->putData($uri,$resourceData);
$this->putData($uri,$locks);
}

/**
Expand Down

0 comments on commit 7a972ce

Please sign in to comment.