aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-05 07:48:44 +0000
committerMario <mario@mariovavti.com>2021-06-05 07:48:44 +0000
commit7b3eb09067e08bc017b71f5f05aef5a67eb5b05a (patch)
treefc0c961923868f93c7c48fe82922813aacc178bb /Zotlabs
parent993d64801136aa4bde4f4422ae4f07d224a91a62 (diff)
parenta3f4ad9ea0bb3d4641eab5d3de862358d5caeecb (diff)
downloadvolse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.tar.gz
volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.tar.bz2
volse-hubzilla-7b3eb09067e08bc017b71f5f05aef5a67eb5b05a.zip
Merge branch 'dev' into six
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Pubstream.php2
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) {