]> git.mxchange.org Git - friendica.git/commitdiff
Fix: The profile page is now ordered after the creation date again (#5690)
authorMichael Vogel <icarus@dabo.de>
Tue, 28 Aug 2018 18:15:25 +0000 (18:15 +0000)
committerHypolite Petovan <mrpetovan@eml.cc>
Tue, 28 Aug 2018 18:15:25 +0000 (14:15 -0400)
mod/profile.php

index 4f2e22d67464b3e6190ae2d97502ea82f15cd8cc..2e3ccd28c52a8769f57c36df7160c841f96c5e45 100644 (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));