]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
The fetch function now centrally controls the content
[friendica.git] / src / Model / Contact.php
index 6a24b7da9ff9ed6a62d793ffd8b647919217ed20..973e5b5a21fcba90c1e550747d469c1204b697f3 100644 (file)
@@ -1070,7 +1070,7 @@ class Contact extends BaseObject
                        'limit' => [$a->pager['start'], $a->pager['itemspage']]];
                $r = Item::selectForUser(local_user(), [], $condition, $params);
 
-               $items = dba::inArray($r);
+               $items = Item::inArray($r);
 
                $o = conversation($a, $items, 'contact-posts', false);