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