mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #5436 from jplitza/patch-1
Fix 500 Internal Server Error on writing
This commit is contained in:
commit
d7ebe0b37b
@ -1117,7 +1117,7 @@ class DefaultShareProvider implements IShareProvider {
|
||||
$gid = $row['share_with'];
|
||||
$group = $this->groupManager->get($gid);
|
||||
|
||||
if ($gid === null) {
|
||||
if ($group === null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user