diff options
-rw-r--r-- | apps/files_sharing/lib/propagation/recipientpropagator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/propagation/recipientpropagator.php b/apps/files_sharing/lib/propagation/recipientpropagator.php index 9c9fe2bedbf..5b7651f2ce7 100644 --- a/apps/files_sharing/lib/propagation/recipientpropagator.php +++ b/apps/files_sharing/lib/propagation/recipientpropagator.php @@ -60,7 +60,7 @@ class RecipientPropagator { } if (count($dirtyShares)) { $this->config->setUserValue($this->userId, 'files_sharing', 'last_propagate', $time); - $this->changePropagator->propagateChanges($time); + $this->changePropagator->propagateChanges(floor($time)); } } |