Fix: The profile page is now ordered after the creation date again (#5690)
This commit is contained in:
parent
8310bae5d5
commit
91a3bf5610
|
@ -333,7 +333,7 @@ function profile_content(App $a, $update = 0)
|
|||
}
|
||||
}
|
||||
|
||||
$o .= conversation($a, $items, 'profile', $update, false, 'commented', local_user());
|
||||
$o .= conversation($a, $items, 'profile', $update, false, 'created', local_user());
|
||||
|
||||
if (!$update) {
|
||||
$o .= alt_pager($a, count($items));
|
||||
|
|
Loading…
Reference in New Issue
Block a user