Fix: The profile page is now ordered after the creation date again (#5690)
This commit is contained in:
parent
8310bae5d5
commit
91a3bf5610
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
if (!$update) {
|
||||||
$o .= alt_pager($a, count($items));
|
$o .= alt_pager($a, count($items));
|
||||||
|
|
Loading…
Reference in a new issue