Threaded items on profile page
This commit is contained in:
parent
3b330510ea
commit
56f0ee4915
2 changed files with 1 additions and 2 deletions
|
@ -310,7 +310,7 @@ function profile_content(&$a, $update = 0) {
|
|||
);
|
||||
}
|
||||
|
||||
$o .= conversation($a,$items,'profile',$update);
|
||||
$o .= conversation($a,$items,'profile',$update, false, true);
|
||||
|
||||
if(! $update) {
|
||||
if(! get_pconfig($a->profile['profile_uid'],'system','alt_pager')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue