diff --git a/apps/files_sharing/lib/propagation/recipientpropagator.php b/apps/files_sharing/lib/propagation/recipientpropagator.php index 9c9fe2bedbffb734faf4c4358785234ec7b50460..5b7651f2ce794a3515346e19696356bccca05354 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)); } }