From a24460d8da3340ac37d7852d89e677c6853f96d7 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 16 Sep 2024 18:13:54 +0200 Subject: chore: Add comment to make code clearer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- lib/private/Share20/Manager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index 70ed2306208..2fb080d07dc 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -1216,6 +1216,7 @@ class Manager implements IManager { foreach ($reshareRecords as $child) { try { + /* Check if the share is still valid (means the resharer still has access to the file through another mean) */ $this->generalCreateChecks($child); } catch (GenericShareException $e) { /* The check is invalid, promote it to a direct share from the sharer of parent share */ -- cgit v1.2.3