diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 22:48:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 22:48:01 +0200 |
commit | f6cf992aee86e69d1ea5790c22d4af40c266d79e (patch) | |
tree | b8a87e0be295acbfced5c994629859170cb14269 /mod/directory.php | |
parent | f67d9d59afea32a90ea546163da25e36cc4ad9fb (diff) | |
download | volse-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.php | 1 |
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' : '' )); |