Merge remote-tracking branch 'upstream/develop' into dbstructure-class
This commit is contained in:
commit
cf56de1e77
2 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ function group_content(App $a) {
|
|||
if (in_array($change, $preselected)) {
|
||||
Group::removeMember($group['id'], $change);
|
||||
} else {
|
||||
Group::create_member(local_user(), $group['name'], $change);
|
||||
Group::addMember($group['id'], $change);
|
||||
}
|
||||
|
||||
$members = Contact::getByGroupId($group['id']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue