]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Delivery.php
Several more warnings ... (#5340)
[friendica.git] / src / Worker / Delivery.php
index 4e76c68f7955d40be8112b21748b561493ee82cc..8b5b96d5b9f2c7dfd76bcc3edcc7a763ab37af85 100644 (file)
@@ -61,7 +61,7 @@ class Delivery extends BaseObject
 
                        $condition = ['id' => [$item_id, $parent_id], 'visible' => true, 'moderated' => false];
                        $params = ['order' => ['id']];
-                       $itemdata = Item::select(Item::ITEM_FIELDLIST, $condition, $params);
+                       $itemdata = Item::select([], $condition, $params);
 
                        $items = [];
                        while ($item = Item::fetch($itemdata)) {