mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
fe2d3161f7
commit
e981072f4a
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