mirror of
https://github.com/friendica/friendica
synced 2025-04-23 10:30:11 +00:00
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
This commit is contained in:
commit
7dd757b7f9
25 changed files with 690 additions and 371 deletions
|
@ -208,7 +208,7 @@ class Profile extends BaseModule
|
|||
$groups_widget = '';
|
||||
|
||||
if (!in_array($localRelationship->rel, [Contact::NOTHING, Contact::SELF])) {
|
||||
$groups_widget = Group::sidebarWidget('contact', 'group', 'full', 'everyone', $contact['id']);
|
||||
$groups_widget = Group::sidebarWidget('contact', 'group', 'full', 'everyone', $data['user']);
|
||||
}
|
||||
|
||||
$this->page['aside'] .= $vcard_widget . $groups_widget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue