]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
"item" is replaced by "post-view" / postupdate check added
[friendica.git] / src / Protocol / Feed.php
index 6fd5ea7f87f096e50d03d96c348c7a17cb2a4d0b..ba01e719adb8f3f43ade10087b8f1d94fd1281a6 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;