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

2022.09-rc
Michael Vogel 2018-08-28 18:15:25 +00:00 zatwierdzone przez Hypolite Petovan
rodzic 8310bae5d5
commit 91a3bf5610
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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