aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-07 22:48:01 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-07 22:48:01 +0200
commitf6cf992aee86e69d1ea5790c22d4af40c266d79e (patch)
treeb8a87e0be295acbfced5c994629859170cb14269 /mod/directory.php
parentf67d9d59afea32a90ea546163da25e36cc4ad9fb (diff)
downloadvolse-hubzilla-f6cf992aee86e69d1ea5790c22d4af40c266d79e.tar.gz
volse-hubzilla-f6cf992aee86e69d1ea5790c22d4af40c266d79e.tar.bz2
volse-hubzilla-f6cf992aee86e69d1ea5790c22d4af40c266d79e.zip
fix sorting of channel suggestions
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php
index ff892d381..44d80cff1 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -388,6 +388,7 @@ function directory_content(&$a) {
'$reverse' => t('Reverse Alphabetic'),
'$date' => t('Newest to Oldest'),
'$reversedate' => t('Oldest to Newest'),
+ '$suggest' => $suggest ? '&suggest=1' : ''
));