]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge pull request #9819 from annando/issue-9814
[friendica.git] / mod / notes.php
index d3ce0fa40c9d2e1fee19d70c6dd09197b3c53374..7c65a4c07ab8cc067c8314adce73b330576a89a4 100644 (file)
@@ -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);