[Pkg-owncloud-commits] [owncloud] 124/205: add some docs
David Prévot
taffit at moszumanska.debian.org
Thu Jul 2 17:37:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 0128a86df1743dc42b5f198b2cc905ba9f5cab4a
Author: Robin Appelman <icewind at owncloud.com>
Date: Thu Jun 25 14:29:40 2015 +0200
add some docs
---
apps/files_sharing/lib/propagation/changewatcher.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/apps/files_sharing/lib/propagation/changewatcher.php b/apps/files_sharing/lib/propagation/changewatcher.php
index 4c6e9f8..3988edd 100644
--- a/apps/files_sharing/lib/propagation/changewatcher.php
+++ b/apps/files_sharing/lib/propagation/changewatcher.php
@@ -48,6 +48,8 @@ class ChangeWatcher {
}
$info = $this->baseView->getFileInfo($path);
if ($info) {
+ // trigger propagation if the subject of the write hook is shared.
+ // if a parent folder of $path is shared the propagation will be triggered from the change propagator hooks
$this->recipientPropagator->propagateById($info->getId());
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list