Some more places to add the user id
This commit is contained in:
parent
bdbc51229a
commit
4c36109f02
5 changed files with 6 additions and 6 deletions
|
@ -171,7 +171,7 @@ function community_content(App $a, $update = 0)
|
|||
$s = $r;
|
||||
}
|
||||
|
||||
$o .= conversation($a, $s, 'community', $update);
|
||||
$o .= conversation($a, $s, 'community', $update, false, 'commented', local_user());
|
||||
|
||||
if (!$update) {
|
||||
$o .= alt_pager($a, count($r));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue