Threaded items on profile page

This commit is contained in:
Domovoy 2012-07-29 20:41:11 +02:00
commit 56f0ee4915
2 changed files with 1 additions and 2 deletions

View file

@ -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')) {