X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fnotes.php;h=554429d0ec56655b2e59dfda2912455f18c4ac80;hb=5c8708f4c9cfe06bb0924a744f75a8b3bbc14296;hp=360441471f1dd4fc2eba08230e42a29ba2656995;hpb=21f172c585aff8c606774a05fde1548ddff1667d;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 360441471f..554429d0ec 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -85,7 +85,7 @@ function notes_content(App $a, bool $update = false) $count = count($notes); - $o .= DI::conversation()->create($notes, Conversation::MODE_NOTES, $update); + $o .= DI::conversation()->render($notes, Conversation::MODE_NOTES, $update); } $o .= $pager->renderMinimal($count);