]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Add Protocol::NATIVE_SUPPORT constant usage to mod/contacts
[friendica.git] / 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));