"selectForUser" and "" selectFirstForUser" is now moved to Post
[friendica.git/.git] / src / Protocol / OStatus.php
index 64ed6ae..72008a1 100644 (file)
@@ -2129,7 +2129,7 @@ class OStatus
                        $ret = Item::select([], $condition, $params);
                }
 
-               $items = Item::inArray($ret);
+               $items = Item::toArray($ret);
 
                $doc = new DOMDocument('1.0', 'utf-8');
                $doc->formatOutput = true;