]> git.mxchange.org Git - friendica.git/blobdiff - mod/content.php
Merge pull request #3002 from tobiasd/20161209-docissues
[friendica.git] / mod / content.php
index 54d499d4019dba4c5d766e4ef2e91097d6030547..c4b1f2f68f9a51a11d3f13b1e878544b970de9aa 100644 (file)
@@ -224,7 +224,7 @@ function content_content(&$a, $update = 0) {
                        $simple_update
                        AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
                        $sql_extra $sql_nets
-                       ORDER BY `item`.`received` DESC $pager_sql ",
+                       ORDER BY `item`.`id` DESC $pager_sql ",
                        intval($_SESSION['uid'])
                );