mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
remove unnecessary variable
This commit is contained in:
parent
63a2bec6e5
commit
8587f565d2
1 changed files with 1 additions and 2 deletions
|
|
@ -207,8 +207,7 @@ class Share {
|
|||
|
||||
// let's get the parent for the next round
|
||||
$meta = $cache->get((int)$source);
|
||||
$parent = $meta['parent'];
|
||||
$source = $parent;
|
||||
$source = $meta['parent'];
|
||||
}
|
||||
// Include owner in list of users, if requested
|
||||
if ($includeOwner) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue