Skip to content

Commit

Permalink
Merge pull request #3336 from nextcloud/backport/3326/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 11, 2024
2 parents 8e4775c + a2f90bd commit 4d38ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/DAV/ACLPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ function (array $rules, array $rulesForPath) {
$this->ruleManager->saveRule($rule);
}


$node->getNode()->getStorage()->getPropagator()->propagateChange($fileInfo->getInternalPath(), $fileInfo->getMtime());

return true;
});
}
Expand Down
1 change: 1 addition & 0 deletions tests/stub.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ namespace OCA\DAV\Connector\Sabre {

class Node {
public function getFileInfo(): \OCP\Files\FileInfo {}
public function getNode(): \OC\Files\Node\Node {}
}
}

Expand Down

0 comments on commit 4d38ebf

Please sign in to comment.