Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Nov 5, 2008
1 parent e613688 commit 6b794eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Sabre/DAV/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,6 @@ protected function httpUnlock() {
// If the locktoken header is not supplied, we need to throw a bad request exception
if (!$lockToken) throw new Sabre_DAV_BadRequestException('No lock token was supplied');

// We request the node info and rely on a 404 if the node didn't exist.
$this->tree->getNodeInfo($uri,0);

$locks = $this->tree->getLocks($uri);

// $nodeInfo = $this->tree->getNodeInfo($uri,0);
Expand Down

0 comments on commit 6b794eb

Please sign in to comment.