diff --git a/apps/files_external/lib/etagpropagator.php b/apps/files_external/lib/etagpropagator.php index 35bf8328ca..64a121447a 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();