X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=554429d0ec56655b2e59dfda2912455f18c4ac80;hb=7feeffb2458c44b9c4e0a98cdc22ac9b5e3188b9;hp=360441471f1dd4fc2eba08230e42a29ba2656995;hpb=8e9b3234f4b75cff396201122ed88ff6d168b139;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);