mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
When changing the share owner, downgrade permissions where needed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
86ef3539ad
commit
e298e7482d
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ class Updater {
|
|||
continue;
|
||||
}
|
||||
$share->setShareOwner($newOwner);
|
||||
$share->setPermissions($share->getPermissions() & $dstMount->getShare()->getPermissions());
|
||||
$shareManager->updateShare($share);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue