1
0
Fork 0

Bugfix: Calls to a renamed function had been changed

This commit is contained in:
Michael 2017-12-14 18:06:48 +00:00
commit 89ad41aca5
2 changed files with 3 additions and 3 deletions

View file

@ -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']);