mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 07:39:23 -04:00
chore: Add comment to make code clearer
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
6bd597b275
commit
3094e7020e
1 changed files with 1 additions and 0 deletions
|
|
@ -1101,6 +1101,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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue