fix sorting of channel suggestions

This commit is contained in:
Mario Vavti
2015-07-07 22:48:01 +02:00
parent f67d9d59af
commit f6cf992aee
3 changed files with 6 additions and 5 deletions

View File

@@ -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' : ''
));