summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpfspot.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index ee521c6..d7a76c3 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -2749,7 +2749,7 @@ class PHPFSPOT {
return " ORDER BY p.rating ASC, t.name ASC";
break;
case 'rate_desc':
- return " ORDER BY p.rating DESC, t.name DESC";
+ return " ORDER BY p.rating DESC, t.name ASC";
break;
}