sort desc voting by default
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@465 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
39db481506
commit
bf8f5152cd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ $dateArrow = '';
|
|||
$votingArrow = '';
|
||||
$dateSort = 'date_desc';
|
||||
$titleSort = 'title_asc';
|
||||
$votingSort = 'voting_asc';
|
||||
$votingSort = 'voting_desc';
|
||||
|
||||
switch(getSortOrder()) {
|
||||
case 'date_asc':
|
||||
|
|
Loading…
Reference in a new issue