aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-20 10:00:13 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-20 10:00:13 +0100
commit66c0ac591cd342a31348ad54723fd269659251c6 (patch)
tree1002004c9a1aa40087f6e32d181513c2a7cf927c /Zotlabs
parent624196711242cb5bf398ff2d368e73a10e65b67e (diff)
downloadvolse-hubzilla-66c0ac591cd342a31348ad54723fd269659251c6.tar.gz
volse-hubzilla-66c0ac591cd342a31348ad54723fd269659251c6.tar.bz2
volse-hubzilla-66c0ac591cd342a31348ad54723fd269659251c6.zip
order by created instead of id
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Hq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Hq.php b/Zotlabs/Module/Hq.php
index ad39768f4..e2efc6a0d 100644
--- a/Zotlabs/Module/Hq.php
+++ b/Zotlabs/Module/Hq.php
@@ -49,7 +49,7 @@ class Hq extends \Zotlabs\Web\Controller {
AND item_unseen = 1
AND mid = parent_mid
$item_normal
- ORDER BY id DESC
+ ORDER BY created DESC
limit 1",
local_channel()
);