Bug 146091 - Sort order for votes is ascending instead of descending. Patch by myk; 2xr=gerv.
git-svn-id: svn://10.0.0.236/trunk@122162 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
90856b23af
commit
c59d1dd01a
@ -1356,7 +1356,7 @@ if ($order) {
|
||||
}
|
||||
|
||||
# If we are sorting by votes, sort in descending order.
|
||||
if ($db_order =~ /bugs.votes\s+(asc|desc){0}/i) {
|
||||
if ($db_order =~ /bugs.votes\s*(asc|desc){0}/i) {
|
||||
$db_order =~ s/bugs.votes/bugs.votes desc/i;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user