mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -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
04b6eef246
commit
ec85a49cad
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue