]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Merge pull request #10787 from fabrixxm/issue/10767
[friendica.git] / src / Model / Item.php
index 83cbcbb01a4b97264debe7b6b1dd0a731c65341b..8327252abc7acc2f69bb062cb732e06884edd2e9 100644 (file)
@@ -2259,7 +2259,7 @@ class Item
                $condition[0] .= " AND `received` < UTC_TIMESTAMP() - INTERVAL ? DAY";
                $condition[] = $days;
 
-               $items = Post::select(['resource-id', 'starred', 'id', 'post-type', 'uid', 'uri-id', 'post-type'], $condition);
+               $items = Post::select(['resource-id', 'starred', 'id', 'post-type', 'uid', 'uri-id'], $condition);
 
                if (!DBA::isResult($items)) {
                        return;