We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888f802 commit 840a49fCopy full SHA for 840a49f
lib/Sabre/DAV/Server.php
@@ -497,7 +497,8 @@ protected function httpUnlock() {
497
498
$locks = $this->tree->getLocks($uri);
499
500
- // $nodeInfo = $this->tree->getNodeInfo($uri,0);
+ // We're grabbing the node information, just to rely on the fact it will throw a 404 when the node doesn't exist
501
+ $this->tree->getNodeInfo($uri,0);
502
503
foreach($locks as $lock) {
504
0 commit comments