diff --git a/lib/private/Share20/Manager.php b/lib/private/Share20/Manager.php index ebcebb714a9..807f3b3de45 100644 --- a/lib/private/Share20/Manager.php +++ b/lib/private/Share20/Manager.php @@ -1092,6 +1092,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 */