mirror of
https://github.com/friendica/friendica
synced 2025-04-24 21:10:10 +00:00
Merge remote-tracking branch 'upstream/develop' into user-contact
This commit is contained in:
commit
3fddf3807a
12 changed files with 157 additions and 60 deletions
|
@ -406,7 +406,7 @@ class Profile
|
|||
}
|
||||
|
||||
if (!$block && $show_contacts) {
|
||||
$contact_block = ContactBlock::getHTML($profile);
|
||||
$contact_block = ContactBlock::getHTML($profile, local_user());
|
||||
|
||||
if (is_array($profile) && !$profile['hide-friends']) {
|
||||
$contact_count = DBA::count('contact', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue