diff options
author | Mario <mario@mariovavti.com> | 2021-06-05 07:48:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-05 07:48:44 +0000 |
commit | 7b3eb09067e08bc017b71f5f05aef5a67eb5b05a (patch) | |
tree | fc0c961923868f93c7c48fe82922813aacc178bb /Zotlabs/Module | |
parent | 993d64801136aa4bde4f4422ae4f07d224a91a62 (diff) | |
parent | a3f4ad9ea0bb3d4641eab5d3de862358d5caeecb (diff) | |
download | volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.tar.gz volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.tar.bz2 volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.zip |
Merge branch 'dev' into six
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php index 113f0a196..9c63c735d 100644 --- a/Zotlabs/Module/Pubstream.php +++ b/Zotlabs/Module/Pubstream.php @@ -197,7 +197,7 @@ class Pubstream extends \Zotlabs\Web\Controller { if($update) { - $ordering = "commented"; + $ordering = get_config('system', 'pubstream_ordering', 'commented'); if($load) { if($mid) { |