X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=7c65a4c07ab8cc067c8314adce73b330576a89a4;hb=6001c34525867a0aa614dbc020dcbc485e515345;hp=d3ce0fa40c9d2e1fee19d70c6dd09197b3c53374;hpb=5730da264bfbc33f7bcb2581369aef94da94086d;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index d3ce0fa40c..7c65a4c07a 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -86,7 +86,7 @@ function notes_content(App $a, $update = false) $count = 0; if (DBA::isResult($r)) { - $notes = Item::inArray($r); + $notes = Item::toArray($r); $count = count($notes);