Fix: The profile page is now ordered after the creation date again (#5690)

This commit is contained in:
Michael Vogel 2018-08-28 18:15:25 +00:00 committed by Hypolite Petovan
parent 8310bae5d5
commit 91a3bf5610
1 changed files with 1 additions and 1 deletions

View File

@ -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));