mirror of
https://github.com/friendica/friendica
synced 2024-11-17 19:43:40 +00:00
Issue 13270: Fix display of private comments on the profile page
This commit is contained in:
parent
2d7964ad7c
commit
89bc4af2c6
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class Conversations extends BaseProfile
|
|||
$items = array_merge($items, $pinned);
|
||||
}
|
||||
|
||||
$o .= $this->conversation->render($items, Conversation::MODE_PROFILE, false, false, 'pinned_received', $profile['uid']);
|
||||
$o .= $this->conversation->render($items, Conversation::MODE_PROFILE, false, false, 'pinned_received', $this->session->getLocalUserId());
|
||||
|
||||
$o .= $pager->renderMinimal(count($items));
|
||||
|
||||
|
|
Loading…
Reference in a new issue