Skip to content

Commit 3477431

Browse files
committed
fixup! Update file etag and propagate it with the proper path
1 parent 3ade291 commit 3477431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Service/LockService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ function (FileLock $lock) {
292292
$this->locksRequest->removeIds($ids);
293293
}
294294

295-
private function propagateEtag(LockScope $lockScope): void {
296-
$node = $lockScope->getNode();
295+
private function propagateEtag(LockContext $lockContext): void {
296+
$node = $lockContext->getNode();
297297
$node->getStorage()->getCache()->update($node->getId(), [
298298
'etag' => uniqid(),
299299
]);

0 commit comments

Comments
 (0)