aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-20 15:04:20 -0800
committerzotlabs <mike@macgirvin.com>2017-11-20 15:04:20 -0800
commit77190cca92239258931c40708d2b735b721754b5 (patch)
tree4872c88eb8fb6a405d4d1c084945f30fe8769e89 /Zotlabs
parentd2e3e3003a4291416bc97ee6b23903a70c08bf5f (diff)
parent250d758d74fa1e117ed11c884a0c26040e696494 (diff)
downloadvolse-hubzilla-77190cca92239258931c40708d2b735b721754b5.tar.gz
volse-hubzilla-77190cca92239258931c40708d2b735b721754b5.tar.bz2
volse-hubzilla-77190cca92239258931c40708d2b735b721754b5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 41e9d40ca..92dfc8587 100644
--- a/Zotlabs/Module/Hq.php
+++ b/Zotlabs/Module/Hq.php
@@ -48,7 +48,7 @@ class Hq extends \Zotlabs\Web\Controller {
WHERE uid = %d
AND mid = parent_mid
$item_normal
- ORDER BY id DESC
+ ORDER BY created DESC
limit 1",
local_channel()
);