mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #22496 from owncloud/jenkins-22355
Fix on shared groups assignment.
This commit is contained in:
commit
f9f66a996e
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo
|
|||
|
||||
if (isset($_GET['itemShares'][OCP\Share::SHARE_TYPE_GROUP]) &&
|
||||
is_array($_GET['itemShares'][OCP\Share::SHARE_TYPE_GROUP])) {
|
||||
$sharedGroups = isset($_GET['itemShares'][OCP\Share::SHARE_TYPE_GROUP]);
|
||||
$sharedGroups = $_GET['itemShares'][OCP\Share::SHARE_TYPE_GROUP];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue