diff options
-rw-r--r-- | apps/files_external/lib/etagpropagator.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_external/lib/etagpropagator.php b/apps/files_external/lib/etagpropagator.php index 35bf8328cad..64a121447a3 100644 --- a/apps/files_external/lib/etagpropagator.php +++ b/apps/files_external/lib/etagpropagator.php @@ -37,6 +37,11 @@ class EtagPropagator { $this->config = $config; } + /** + * Propagate the etag changes for all mountpoints marked as dirty and mark the mountpoints as clean + * + * @param int $time + */ public function propagateDirtyMountPoints($time = null) { if ($time === null) { $time = time(); |