diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-20 10:00:13 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-20 10:00:13 +0100 |
commit | 66c0ac591cd342a31348ad54723fd269659251c6 (patch) | |
tree | 1002004c9a1aa40087f6e32d181513c2a7cf927c | |
parent | 624196711242cb5bf398ff2d368e73a10e65b67e (diff) | |
download | volse-hubzilla-66c0ac591cd342a31348ad54723fd269659251c6.tar.gz volse-hubzilla-66c0ac591cd342a31348ad54723fd269659251c6.tar.bz2 volse-hubzilla-66c0ac591cd342a31348ad54723fd269659251c6.zip |
order by created instead of id
-rw-r--r-- | Zotlabs/Module/Hq.php | 2 |
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() ); |