X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=360441471f1dd4fc2eba08230e42a29ba2656995;hb=7560939d75c6bdc19f4179e0644373ddce0bf915;hp=475e0b7e574222f7895f18272f85eab02ab1c6fc;hpb=5ea22197ac37c58c82cecb1b8d55bd29077f3924;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 475e0b7e57..360441471f 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -1,6 +1,6 @@ create($notes, 'notes', $update); + $o .= DI::conversation()->create($notes, Conversation::MODE_NOTES, $update); } $o .= $pager->renderMinimal($count);